/ ========== TOOLS & ARMOR ==========

/ all wood, stone and gold tools
group(ID=wooden_sword;ID=wooden_shovel;ID=wooden_pickaxe;ID=wooden_axe;ID=wooden_hoe)@luck=0
group(ID=stone_sword;ID=stone_shovel;ID=stone_pickaxe;ID=stone_axe;ID=stone_hoe)@luck=0
group(ID=golden_sword;ID=golden_shovel;ID=golden_pickaxe;ID=golden_axe;ID=golden_hoe)@luck=1
/ 2-3 iron tools
group:#rand(2,3):(ID=iron_shovel;ID=iron_pickaxe;ID=iron_axe;ID=iron_sword;ID=iron_hoe)@luck=1
/ 1-2 diamond tools
group:#rand(1,2):(ID=diamond_sword;ID=diamond_shovel;ID=diamond_pickaxe;ID=diamond_axe;ID=diamond_hoe)@luck=2
/ all leather and gold armor
group(ID=leather_helmet;ID=leather_chestplate;ID=leather_leggings;ID=leather_boots)@luck=0
group(ID=golden_helmet;ID=golden_chestplate;ID=golden_leggings;ID=golden_boots;ID=golden_horse_armor)@luck=1
/ 2-3 chain and iron armor
group:#rand(2,3):(ID=chainmail_helmet;ID=chainmail_chestplate;ID=chainmail_leggings;ID=chainmail_boots)@luck=2
group:#rand(2,3):(ID=iron_helmet;ID=iron_chestplate;ID=iron_leggings;ID=iron_boots;ID=iron_horse_armor)@luck=1
/ 1-2 diamond armor
group:#rand(1,2):(ID=diamond_helmet;ID=diamond_chestplate;ID=diamond_leggings;ID=diamond_boots;ID=diamond_horse_armor)@luck=2
/ all horse armor
group(ID=iron_horse_armor;ID=golden_horse_armor;ID=diamond_horse_armor)@luck=2
/ bow and arrows
group(ID=bow;ID=arrow,amount=#rand(16,32))@luck=1

/ ========== BLOCKS ==========

ID=pumpkin@luck=0
ID=lit_pumpkin@luck=0
ID=sponge@luck=0
ID=tnt,amount=8@luck=1
ID=obsidian,amount=14@luck=1
ID=enchanting_table@luck=2
ID=end_portal_frame,amount=#rand(2,6)@luck=2
ID=dragon_egg@luck=1
ID=ender_chest,amount=2@luck=0
ID=beacon@luck=2
ID=dropper,amount=8@luck=0
ID=hay_block,amount=8@luck=0
ID=diamond_block@luck=2
ID=emerald_block@luck=2 
ID=gold_block@luck=1
ID=lapis_block@luck=1
ID=iron_block@luck=1
ID=coal_block@luck=0

/ chests
type=block,ID=chest,tileEntity=(Items=#chestVillageBlacksmith)@luck=0
type=block,ID=chest,tileEntity=(Items=#chestBonusChest)@luck=1
type=block,ID=chest,tileEntity=(Items=#chestDungeonChest)@luck=1
type=block,ID=chest,tileEntity=(Items=#chest(contents=[(id=iron_ingot,maxAmount=8,weight=10),(id=gold_ingot,maxAmount=4,weight=10),(id=diamond,maxAmount=4,weight=10),(id=emerald,maxAmount=4,weight=10),(id=dye,Damage=4,maxAmount=4,weight=10),(id=lucky:steam_lucky_block,maxAmount=2,weight=10),(id=golden_apple,maxAmount=2,weight=10),(id=golden_apple,Damage=1,maxAmount=2,weight=10)],maxTotalAmount=12))@luck=2

/Random Chest #1
type=block, ID=chest, tileEntity=(Items=[(id=emerald,Count=#rand(3,6),Slot=2),(id=gold_nugget,Count=#rand(9,27),Slot=11),(id=cooked_porkchop,Count=#rand(5,10),Slot=14)])@luck=1

/Random Chest #2
type=block, ID=chest, tileEntity=(Items=[(id=diamond,Count=#rand(2,4),Slot=1),(id=diamond_pickaxe,Count=1,Slot=6),(id=gold_block,Count=#rand(1,2),Slot=17),(id=stick,Count=#rand(2,4),Slot=22),(id=coal,Count=#rand(3,7),Slot=23)])@luck=1

/Random Chest #3
type=block, ID=chest, tileEntity=(Items=[(id=stick,Count=2,Slot=3),(id=stone_axe,Count=1,Slot=6),(id=iron_block,Count=2,Slot=13),(id=stick,Count=2,Slot=22),(id=coal,Count=16,Slot=25)])@luck=1

/Random Chest #4
type=block, ID=chest, tileEntity=(Items=[(id=lapis_block,Count=#rand(1,2),Slot=4),(id=stone_hoe,Count=1,Slot=7),(id=coal_block,Count=#rand(1,2),Slot=10),(id=web,Count=#rand(5,12),Slot=22),(id=iron_ingot,Count=#rand(5,16),Slot=24)])@luck=1

/Random Chest #5
type=block, ID=chest, tileEntity=(Items=[(id=golden_shovel,Count=1,Slot=0),(id=emerald,Count=#rand(3,6),Slot=4),(id=wooden_pickaxe,Count=1,Slot=10),(id=diamond,Count=#rand(2,4),Slot=15),(id=furnace,Count=2,Slot=22),(id=coal_block,Count=2,Slot=25)])@luck=1

/Random Chest #6
type=block, ID=chest, tileEntity=(Items=[(id=golden_apple,Count=#rand(1,2),Slot=0),(id=gold_ingot,Count=#rand(3,6),Slot=4),(id=iron_pickaxe,Count=1,Slot=10),(id=gold_block,Count=1,Slot=15),(id=apple,Count=2,Slot=18),(id=lapis_block,Count=1,Slot=20)])@luck=1@chance=0.8

/Randomized Chest #1
type=block,ID=chest,tileEntity=(Items=#chest(contents=[(id=stick,maxAmount=8,weight=10),(id=planks,maxAmount=8,weight=10),(id=coal,maxAmount=8,weight=10),(id=dirt,maxAmount=8,weight=10),(id=log,Damage=#rand(0,3),maxAmount=8,weight=10),(id=cobblestone,maxAmount=8,weight=10),(id=stone,maxAmount=2,weight=10)],maxTotalAmount=8))@luck=0

/Randomized Valuables Chest
type=block,ID=chest,tileEntity=(Items=#chest(contents=[(id=diamond,maxAmount=8,weight=10),(id=iron_ingot,maxAmount=8,weight=10),(id=emerald,maxAmount=8,weight=10),(id=gold_ingot,maxAmount=8,weight=10),(id=redstone,maxAmount=8,weight=10),(id=dye,Damage=4,maxAmount=8,weight=10),(id=lucky:lucky_block_night,maxAmount=2,weight=10)],maxTotalAmount=8))@luck=2

/Randomized Food Chest
type=block,ID=chest,tileEntity=(Items=#chest(contents=[(id=cooked_beef,maxAmount=8,weight=10),(id=baked_potato,maxAmount=8,weight=10),(id=cooked_chicken,maxAmount=8,weight=10),(id=bread,maxAmount=8,weight=10),(id=cooked_rabbit,maxAmount=8,weight=10),(id=golden_carrot,maxAmount=8,weight=10),(id=cooked_mutton,maxAmount=2,weight=10)],maxTotalAmount=8))@luck=2

/The Stick Chest
group(type=block, ID=chest, tileEntity=(Items=[(id=stick,Count=1,Slot=1),(id=stick,Count=1,Slot=2),(id=stick,Count=1,Slot=3),(id=stick,Count=1,Slot=4),(id=stick,Count=1,Slot=5),(id=stick,Count=1,Slot=6),(id=stick,Count=1,Slot=7),(id=stick,Count=1,Slot=8),(id=stick,Count=1,Slot=9),(id=stick,Count=1,Slot=10),(id=stick,Count=1,Slot=11),(id=stick,Count=1,Slot=12),(id=stick,Count=1,Slot=13),(id=stick,Count=1,Slot=14),(id=stick,Count=1,Slot=15),(id=stick,Count=1,Slot=16),(id=stick,Count=1,Slot=17),(id=stick,Count=1,Slot=18),(id=stick,Count=1,Slot=19),(id=stick,Count=1,Slot=20),(id=stick,Count=1,Slot=21),(id=stick,Count=1,Slot=22),(id=stick,Count=1,Slot=23),(id=stick,Count=1,Slot=24),(id=stick,Count=1,Slot=25),(id=stick,Count=1,Slot=26),(id=stick,Count=1,Slot=0)]))@luck=0

/The Hoe Chest
group(type=block, ID=chest, tileEntity=(Items=[(id=golden_hoe,Count=1,Slot=1),(id=diamond_hoe,Count=1,Slot=2),(id=wooden_hoe,Count=1,Slot=3),(id=golden_hoe,Count=1,Slot=4),(id=stone_hoe,Count=1,Slot=5),(id=iron_hoe,Count=1,Slot=6),(id=stone_hoe,Count=1,Slot=7),(id=diamond_hoe,Count=1,Slot=8),(id=golden_hoe,Count=1,Slot=9),(id=iron_hoe,Count=1,Slot=10),(id=golden_hoe,Count=1,Slot=11),(id=stone_hoe,Count=1,Slot=12),(id=diamond_hoe,Count=1,Slot=13),(id=iron_hoe,Count=1,Slot=14),(id=wooden_hoe,Count=1,Slot=15),(id=golden_hoe,Count=1,Slot=16),(id=stone_hoe,Count=1,Slot=17),(id=diamond_hoe,Count=1,Slot=18),(id=iron_hoe,Count=1,Slot=19),(id=stone_hoe,Count=1,Slot=20),(id=golden_hoe,Count=1,Slot=21),(id=diamond_hoe,Count=1,Slot=22),(id=wooden_hoe,Count=1,Slot=23),(id=stone_hoe,Count=1,Slot=24),(id=golden_hoe,Count=1,Slot=25),(id=diamond_hoe,Count=1,Slot=26),(id=iron_hoe,Count=1,Slot=0)]))@luck=1

/Chest grief
type=command,ID=/setblock ~ ~ ~ chest 0 replace {Items:[{id:46,Slot:0,Count:5},{id:46,Slot:1,Count:5},{id:46,Slot:2,Count:5},{id:46,Slot:3,Count:5},{id:46,Slot:4,Count:5},{id:46,Slot:5,Count:5},{id:46,Slot:6,Count:5},{id:46,Slot:7,Count:5},{id:46,Slot:8,Count:5},{id:46,Slot:9,Count:5},{id:46,Slot:10,Count:5},{id:46,Slot:11,Count:5},{id:51,Slot:12,Count:64},{id:259,Slot:13,Count:10},{id:51,Slot:14,Count:64},{id:46,Slot:15,Count:5},{id:46,Slot:16,Count:5},{id:46,Slot:17,Count:5},{id:46,Slot:18,Count:5},{id:46,Slot:19,Count:5},{id:46,Slot:20,Count:5},{id:46,Slot:21,Count:5},{id:46,Slot:22,Count:5},{id:46,Slot:23,Count:5},{id:46,Slot:24,Count:5},{id:46,Slot:25,Count:5},{id:46,Slot:26,Count:5}]}

/The Head Chest
group(type=block, ID=chest, tileEntity=(Items=[ID=skull,damage=0,Slot=1),(id=skull,damage=1,Count=1,Slot=2),(id=skull,damage=2,Count=1,Slot=3),(id=skull,damage=4,Count=1,Slot=4),(id=skull,damage=3,NBTTag=(SkullOwner=MHF_Blaze,display=(Name="$rBlaze Head“)),Count=1,Slot=5),(id=skull,damage=3,NBTTag=(SkullOwner=MHF_CaveSpider,display=(Name="$rCave Spider Head")),Count=1,Slot=6),(id=skull,damage=3,NBTTag=(SkullOwner=MHF_Chicken,display=(Name="$rChicken Head")),Count=1,Slot=7),(id=skull,damage=3,NBTTag=(SkullOwner=MHF_Cow,display=(Name="$rCow Head")),Count=1,Slot=8),(id=skull,damage=3,NBTTag=(SkullOwner=MHF_Enderman,display=(Name="$rEnderman Head")),Count=1,Slot=9),(id=skull,damage=3,NBTTag=(SkullOwner=MHF_Ghast,display=(Name="$rGhast Head")),Count=1,Slot=10),(id=skull,damage=3,NBTTag=(SkullOwner=MHF_LavaSlime,display=(Name="$rMagma Cube Head")),Count=1,Slot=11),(id=skull,damage=3,NBTTag=(SkullOwner=MHF_MushroomCow,display=(Name="$rMooshroom Head")),Count=1,Slot=12),(id=skull,damage=3,NBTTag=(SkullOwner=MHF_Pig,display=(Name="$rPig Head")),Count=1,Slot=13),(id=skull,damage=3,NBTTag=(SkullOwner=MHF_PigZombie,display=(Name="$rZombie Pigman Head")),Count=1,Slot=14),(id=skull,damage=3,NBTTag=(SkullOwner=MHF_Sheep,display=(Name="$rSheep Head")),Count=1,Slot=15),(id=skull,damage=3,NBTTag=(SkullOwner=MHF_Slime,display=(Name="$rSlime Head")),Count=1,Slot=16),(id=skull,damage=3,NBTTag=(SkullOwner=MHF_Spider,display=(Name="$rSpider Head")),Count=1,Slot=17),(id=skull,damage=3,NBTTag=(SkullOwner=MHF_Squid,display=(Name="$rSquid Head")),Count=1,Slot=18),(id=iron_hoe,Count=1,Slot=19),(id=stone_hoe,Count=1,Slot=20),(id=golden_hoe,Count=1,Slot=21),(id=skull,damage=3,NBTTag=(SkullOwner=MHF_Villager,display=(Name="$rVillager Head")),Count=1,Slot=22),(id=skull,damage=3,NBTTag=(SkullOwner=MHF_Golem,display=(Name="$rIron Golem Head")),Count=1,Slot=23),(id=skull,damage=0,Count=1,Slot=24),(id=golden_hoe,Count=1,Slot=25),(id=skull,damage=1,Count=1,Slot=26),(id=skull,damage=2,Count=1,Slot=0)]))@luck=1

/ ========= ITEMS ==========

ID=gold_ingot,amount=#rand(8,16)@luck=1
ID=stick@luck=-1
ID=painting,amount=4@luck=0
ID=saddle,amount=2@luck=0
ID=cake@luck=0
ID=rotten_flesh@luck=-1
ID=nether_star@luck=2
ID=red_flower,NBTTag=(display=(Name="$cRomantic Rose"))@luck=-1
ID=rabbit_stew,amount=#rand(5,7)@luck=1

/Alexes Diamonds
type=item, ID=diamond,NBTTag=(display=(Name=$bAlexes Diamonds))@luck=0

/Green Pearls
type=item, ID=emerald,amount=#rand(5,10),NBTTag=(display=(Name=$2Green Pearl))@luck=1

/Cake
type=item, ID=cake@luck=0

/Remedy (Milk)
type=item, ID=milk_bucket,amount=#rand(1,3),NBTTag=(display=(Name=$bRemedy))@luck=1

/Strawberry Shortcake
type=item, ID=cake,NBTTag=(display=(Name=$cStrawberry Shortcake))@luck=0

/Halloween Mask
type=item, ID=pumpkin,NBTTag=(display=(Name=$4$eHalloween Mask))@luck=0


/Ender Chests
type=item,ID=ender_chest,amount=#rand(2,3)@luck=1

/Lush Green Grass
type=item, ID=grass,amount=#rand(4,16),NBTTag=(display=(Name=$2Lush Green Grass))@luck=0

/Wet Sponge
type=item, ID=sponge,damage=1,NBTTag=(display=(Name=$6Smelt me so I can be dry.))@luck=0

/Dry Sponge
type=item, ID=sponge@luck=1

/Nether Star
type=item, ID=nether_star@luck=2

/Beacon
type=item, ID=beacon@luck=2@chance=0.4

/End Stone
type=item, ID=end_stone,amount=#rand(4,12)@luck=1

/stupid cake
type=item, ID=cake,NBTTag=(display=(Name=$cStupid Cake))@luck=0

/unlucky fish
type=item, ID=fish,damage=#rand(0,3),amount=#rand(4,16),NBTTag=(ench=#luckyFishingRodEnchantments,display=(Name=$2Very unlucky fish))@luck=0

/ ========= BOOKS ============

/book?
type=command,ID=/give @p written_book 1 0 {pages:["[\"\",{\"text\":\"Errorbook #1\",\"color\":\"dark_green\",\"bold\":true,\"underlined\":true,\"clickEvent\":{\"action\":\"run_command\",\"value\":\"/kill @e\"}}]"],title:Book,author:TellrawGenerator}

/ ========== HATS ============

/halloween drop #1
type=command,ID=/give @p skull 1 3 {display:{Name:"Devil"},SkullOwner:{Id:"c3c88c33-f305-4c10-9303-ce658b2fbde7",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOWRhMzkyNjllZjQ1ZjgyNWVjNjFiYjRmOGFhMDliZDNjZjA3OTk2ZmI2ZmFjMzM4YTZlOTFkNjY5OWFlNDI1In19fQ=="}]}}}@luck=0

/halloween drop #2
type=command,ID=/give @p skull 1 3 {display:{Name:"Skeleton Miner"},SkullOwner:{Id:"fc0cbbe8-e2e2-4118-99a4-e4f811e75511",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTM3ZjhmOTVjMTI1NzU3Y2JmNzY3YTExZjUyYTRlNjY5MWNlMThhMjU5NzhjNjhjZmEzOTEwMzYwZmUifX19"}]}}}@luck=0

/halloween drop #3
type=command,ID=/give @p skull 1 3 {display:{Name:Mummy},SkullOwner:{Id:"8f7c0c5b-720f-4944-8481-b0f7931f303f",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2U5MWU5NTgyMmZlOThjYzVhNTY1OGU4MjRiMWI4Y2YxNGQ0ZGU5MmYwZTFhZjI0ODE1MzcyNDM1YzllYWI2In19fQ=="}]}}}@luck=0

/halloween drop #4
type=command,ID=/give @p skull 1 3 {display:{Name:"Jack o Lantern"},SkullOwner:{Id:"4c6c28a8-50d5-4d83-bdd9-5d605c18d420",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2NlZDRiY2ZkMjExNjQ2NGRlZGYxNTdiZmM2MmRiMjZjOTU3YTlhNmFjOGJiYzUyNTYzNDY3MDg1YmUyMyJ9fX0=„}]}}}@luck=0

/halloween drop #5
type=command,ID=/give @p skull 1 3 {display:{Name:"Zombie"},SkullOwner:{Id:"96cbfca7-5729-47f1-bc3e-4788bc6b06fc",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2ZkMmRkMWQ1YzkzZTU5NWU3OWJmMWRkYTMzMmJiODJkMjNlYzk2M2U3YTMwNGZjMjFjMjM0ZGY0NWE2ZWYifX19"}]}}}@luck=0

/halloween drop #6
type=command,ID=/give @p skull 1 3 {display:{Name:"Witch"},SkullOwner:{Id:"6c151ba9-2a10-4762-bd82-d0fa41abfb21",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWE2NDEwMzc4OTMwZDhiMTQxMjdkNDM4OGRlNzQ2MzZkMzRlZTI1MTdmM2IxZjJjYjZjZTYyYTFlNzIxNTMifX19"}]}}}@luck=0

/halloween drop #7
type=command,ID=/give @p skull 1 3 {display:{Name:"Ghost"},SkullOwner:{Id:"31152fb2-cb1e-45c3-86dd-b23f7a20a6f8",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjhkMjE4MzY0MDIxOGFiMzMwYWM1NmQyYWFiN2UyOWE5NzkwYTU0NWY2OTE2MTllMzg1NzhlYTRhNjlhZTBiNiJ9fX0="}]}}}@luck=0

/halloween drop #8
type=command,ID=/give @p skull 1 3 {display:{Name:"Frankensteins Monster"},SkullOwner:{Id:"aec7b0b6-7bf8-46a6-b873-feb3d6277af8",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDdjYmUwNjFiNDQ1Yjg4Y2IyZGY1OWFjY2M4ZDJjMWMxMjExOGZlMGIyMTI3ZTZlNzU4MTM1NTBhZGFjNjdjZiJ9fX0="}]}}}@luck=0

/halloween drop #9
type=command,ID=/give @p skull 1 3 {display:{Name:"Scarecrow"},SkullOwner:{Id:"3ee188a6-2c6a-4c26-98a5-d655d4eed50f",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTE3MWJhYTVhZDE2N2JkMzNlNDE5ZmU3NDVmN2IwMTg0MGNiNmQ3ZThkN2FlYzZjZGEzMWNlMmQ1Y2Y2MSJ9fX0="}]}}}@luck=0

/halloween drop #10
type=command,ID=/give @p skull 1 3 {display:{Name:"Candy Bowl"},SkullOwner:{Id:"601b82ee-9718-4c49-b932-10e82671b607",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzY4ZjFjMzM2MjViNGI0NGMzNjdiNTRjNTRhYmQxY2VhMDg4MzQ1MWYxN2Q0ZjcwM2JhM2E4N2JiOWI4MDM3In19fQ=="}]}}}@luck=0

/halloween drop #11
type=command,ID=/give @p skull 1 3 {display:{Name:"Ogre"},SkullOwner:{Id:"579a7117-023d-4183-80d1-f33ab649f7ff",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWNhNDc5NDZkNzI4NTgzNGVmMWUxNzYyOWY3MjgyYjY1ZTkxNDM1OTdmZTdiZjJiZTFkZTI0M2YxYzYzIn19fQ=="}]}}}@luck=0

/halloween drop #12
type=command,ID=/give @p skull 1 3 {display:{Name:"Werewolf"},SkullOwner:{Id:"fdc7eb2a-0bec-408d-8f16-f8494d3960d7",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTFjOTkzNGNkZDU1YTllNjMzNTk2MmE4Nzc2MjYwZDc5MTYxNTA4MTM0ODNlOTU2YzI4NjFiMTFhOGEyNjdmNyJ9fX0="}]}}}@luck=0

/halloween drop #13
type=command,ID=/give @p skull 1 3 {display:{Name:"Scary Clown"},SkullOwner:{Id:"d1956517-9a4d-421d-8647-2d940dc64518",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODZkYmMxZGViYzU3NDM4YTVkZTRiYTkxNTE1MTM4MmFiYzNkOGYxMzE4ZTJhMzVlNzhkZmIzMGYwNGJjNDY3In19fQ=="}]}}}@luck=0

/halloween drop #14
type=command,ID=/give @p skull 1 3 {display:{Name:"Herobrine"},SkullOwner:{Id:"d0b15454-36fa-43e4-a247-f882bb9fe288",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOThiN2NhM2M3ZDMxNGE2MWFiZWQ4ZmMxOGQ3OTdmYzMwYjZlZmM4NDQ1NDI1YzRlMjUwOTk3ZTUyZTZjYiJ9fX0="}]}}}@luck=0

/halloween drop #15
type=command,ID=/give @p skull 1 3 {display:{Name:"BlackCat"},SkullOwner:{Id:"6dbe3930-9e7c-426a-a7aa-4a48e93078a8",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2Q4Y2RjYTg3Mjk2Njc5Y2EyNmFhZDY3MDQzYmYxZDQ0Yjk4MjYyMTljY2E5ZjRjNDlhNDExM2IxNzZlNGMifX19"}]}}}@luck=0

/halloween drop #16
type=command,ID=/give @p skull 1 3 {display:{Name:“Ghost“},SkullOwner:{Id:"60838a97-1041-4fbf-bce5-b9f0aa56ae99",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGQ1NGRhM2JjMGE5MzdkZGY2MjVlMzM5YjdlMzJhNGIwMjM5NGUzMWQyY2JkODFmYzFjMWYyNWIyNTdmNjkifX19"}]}}}@luck=0

/halloween drop #17
type=command,ID=/give @p skull 1 3 {display:{Name:"Bat"},SkullOwner:{Id:"e2d4c388-42d5-4a96-b4c9-623df7f5e026",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGNmMWIzYjNmNTM5ZDJmNjNjMTcyZTk0Y2FjZmFhMzkxZThiMzg1Y2RkNjMzZjNiOTkxYzc0ZTQ0YjI4In19fQ=="}]}}}@luck=0

/halloween drop #18
type=command,ID=/give @p skull 1 3 {display:{Name:"Skeleton with Hat"},SkullOwner:{Id:"73cf74c8-d2e2-432b-9157-a93ed1e4f09c",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGQ1MDI2MzkyMzNkOGFlZWRjM2Y0NzNmYTlmODhlM2ZkMjZiNmVkYWFjMjlhODM4ZWI4ZDllMDI2NDc1YWIifX19"}]}}}@luck=0

/halloween drop #19
type=command,ID=/give @p skull 1 3 {display:{Name:"Jack o Lantern"},SkullOwner:{Id:"21e87388-5f0f-4dde-bcba-46f543c1a17e",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMDI4OWQ0YjRjOTYyOTU5MTVmMDY4Yjk5YzI3ZDM5NDI3M2Y5ZjI2NGZjOTY4YzVkNWM0N2RmMmY1YmUyIn19fQ=="}]}}}@luck=0



/animal drop #1
type=command,ID=/give @p skull 1 3 {display:{Name:"Blaze"},SkullOwner:{Id:"7ceb88b2-7f5f-4399-abb9-7068251baa9d",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjc4ZWYyZTRjZjJjNDFhMmQxNGJmZGU5Y2FmZjEwMjE5ZjViMWJmNWIzNWE0OWViNTFjNjQ2Nzg4MmNiNWYwIn19fQ=="}]}}}@luck=0

/animal drop #2
type=command,ID=/give @p skull 1 3 {display:{Name:"Cave Spider"},SkullOwner:{Id:"39173a7a-c957-4ec1-ac1a-43e5a64983df",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDE2NDVkZmQ3N2QwOTkyMzEwN2IzNDk2ZTk0ZWViNWMzMDMyOWY5N2VmYzk2ZWQ3NmUyMjZlOTgyMjQifX19"}]}}}@luck=0

/animal drop #3
type=command,ID=/give @p skull 1 3 {display:{Name:"Ghast"},SkullOwner:{Id:"807f287f-6499-4e93-a887-0a298ab3091f",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGI2YTcyMTM4ZDY5ZmJiZDJmZWEzZmEyNTFjYWJkODcxNTJlNGYxYzk3ZTVmOTg2YmY2ODU1NzFkYjNjYzAifX19"}]}}}@luck=0

/animal drop #4
type=command,ID=/give @p skull 1 3 {display:{Name:"Pigzombie"},SkullOwner:{Id:"6540c046-d6ea-4aff-9766-32a54ebe6958",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzRlOWM2ZTk4NTgyZmZkOGZmOGZlYjMzMjJjZDE4NDljNDNmYjE2YjE1OGFiYjExY2E3YjQyZWRhNzc0M2ViIn19fQ=="}]}}}@luck=0

/animal drop #5
type=command,ID=/give @p skull 1 3 {display:{Name:"Enderman"},SkullOwner:{Id:"0de98464-1274-4dd6-bba8-370efa5d41a8",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2E1OWJiMGE3YTMyOTY1YjNkOTBkOGVhZmE4OTlkMTgzNWY0MjQ1MDllYWRkNGU2YjcwOWFkYTUwYjljZiJ9fX0="}]}}}@luck=0

/animal drop #6
type=command,ID=/give @p skull 1 3 {display:{Name:"Lava Slime"},SkullOwner:{Id:"96aced64-5b85-4b99-b825-53cd7a9f9726",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzg5NTdkNTAyM2M5MzdjNGM0MWFhMjQxMmQ0MzQxMGJkYTIzY2Y3OWE5ZjZhYjM2Yjc2ZmVmMmQ3YzQyOSJ9fX0="}]}}}@luck=0

/animal drop #7
type=command,ID=/give @p skull 1 3 {display:{Name:"Slime"},SkullOwner:{Id:"9aca565d-105c-4e8c-81fc-740545cb74b2",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTZhZDIwZmMyZDU3OWJlMjUwZDNkYjY1OWM4MzJkYTJiNDc4YTczYTY5OGI3ZWExMGQxOGM5MTYyZTRkOWI1In19fQ=="}]}}}@luck=0

/animal drop #8
type=command,ID=/give @p skull 1 3 {display:{Name:"Spider"},SkullOwner:{Id:"8bdb71d0-4724-48b2-9344-e79480424798",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2Q1NDE1NDFkYWFmZjUwODk2Y2QyNThiZGJkZDRjZjgwYzNiYTgxNjczNTcyNjA3OGJmZTM5MzkyN2U1N2YxIn19fQ=="}]}}}@luck=0

/animal drop #9
type=command,ID=/give @p skull 1 3 {display:{Name:"Chicken"},SkullOwner:{Id:"7d3a8ace-e045-4eba-ab71-71dbf525daf1",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTYzODQ2OWE1OTljZWVmNzIwNzUzNzYwMzI0OGE5YWIxMWZmNTkxZmQzNzhiZWE0NzM1YjM0NmE3ZmFlODkzIn19fQ=="}]}}}@luck=0

/animal drop #10
type=command,ID=/give @p skull 1 3 {display:{Name:"Pig"},SkullOwner:{Id:"e1e1c2e4-1ed2-473d-bde2-3ec718535399",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjIxNjY4ZWY3Y2I3OWRkOWMyMmNlM2QxZjNmNGNiNmUyNTU5ODkzYjZkZjRhNDY5NTE0ZTY2N2MxNmFhNCJ9fX0="}]}}}@luck=0

/animal drop #11
type=command,ID=/give @p skull 1 3 {display:{Name:"Sheep"},SkullOwner:{Id:"fa234925-9dbe-4b8f-a544-7c70fb6b6ac5",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjMxZjljY2M2YjNlMzJlY2YxM2I4YTExYWMyOWNkMzNkMThjOTVmYzczZGI4YTY2YzVkNjU3Y2NiOGJlNzAifX19"}]}}}@luck=0

/animal drop #12
type=command,ID=/give @p skull 1 3 {display:{Name:"Cow"},SkullOwner:{Id:"97ddf3b3-9dbe-4a3b-8a0f-1b19ddeac0bd",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWQ2YzZlZGE5NDJmN2Y1ZjcxYzMxNjFjNzMwNmY0YWVkMzA3ZDgyODk1ZjlkMmIwN2FiNDUyNTcxOGVkYzUifX19"}]}}}@luck=0

/animal drop #13
type=command,ID=/give @p skull 1 3 {display:{Name:"Squid"},SkullOwner:{Id:"f95d9504-ea2b-4b89-b2d0-d400654a7010",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMDE0MzNiZTI0MjM2NmFmMTI2ZGE0MzRiODczNWRmMWViNWIzY2IyY2VkZTM5MTQ1OTc0ZTljNDgzNjA3YmFjIn19fQ=="}]}}}@luck=0

/animal drop #14
type=command,ID=/give @p skull 1 3 {display:{Name:"Villager"},SkullOwner:{Id:"0a9e8efb-9191-4c81-80f5-e27ca5433156",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODIyZDhlNzUxYzhmMmZkNGM4OTQyYzQ0YmRiMmY1Y2E0ZDhhZThlNTc1ZWQzZWIzNGMxOGE4NmU5M2IifX19"}]}}}@luck=0

/animal drop #15
type=command,ID=/give @p skull 1 3 {display:{Name:"Golem"},SkullOwner:{Id:"7cb6e9a5-994f-40d5-9bfc-4ba5d796d21e",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODkwOTFkNzllYTBmNTllZjdlZjk0ZDdiYmE2ZTVmMTdmMmY3ZDQ1NzJjNDRmOTBmNzZjNDgxOWE3MTQifX19"}]}}}@luck=0

/animal drop #16
type=command,ID=/give @p skull 1 3 {display:{Name:"Mushroom Cow"},SkullOwner:{Id:"e206ac29-ae69-475b-909a-fb523d894336",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDBiYzYxYjk3NTdhN2I4M2UwM2NkMjUwN2EyMTU3OTEzYzJjZjAxNmU3YzA5NmE0ZDZjZjFmZTFiOGRiIn19fQ=="}]}}}@luck=0

/animal drop #17
type=command,ID=/give @p skull 1 3 {display:{Name:"Ocelot"},SkullOwner:{Id:"664dd492-3fcd-443b-9e61-4c7ebd9e4e10",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTY1N2NkNWMyOTg5ZmY5NzU3MGZlYzRkZGNkYzY5MjZhNjhhMzM5MzI1MGMxYmUxZjBiMTE0YTFkYjEifX19"}]}}}@luck=0

/animal drop #18
type=command,ID=/give @p skull 1 3 {display:{Name:"Horse Head"},SkullOwner:{Id:"39023647-b293-4555-8b0f-b55157417a1a",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjE5MDI4OTgzMDg3MzBjNDc0NzI5OWNiNWE1ZGE5YzI1ODM4YjFkMDU5ZmU0NmZjMzY4OTZmZWU2NjI3MjkifX19"}]}}}@luck=0

/animal drop #19
type=command,ID=/give @p skull 1 3 {display:{Name:"Guardian"},SkullOwner:{Id:"2e9c0a67-92b3-4949-9be1-faf12318ee88",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTMyYzI0NTI0YzgyYWIzYjNlNTdjMjA1MmM1MzNmMTNkZDhjMGJlYjhiZGQwNjM2OWJiMjU1NGRhODZjMTIzIn19fQ=="}]}}}@luck=0

/animal drop #20
type=command,ID=/give @p skull 1 3 {display:{Name:"Monkey"},SkullOwner:{Id:"bf766742-b48b-4235-8fae-f608dc49a761",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzQyOWNhOWM2YTJlOGJiMTYyNzU3ZjU0M2FkYjYyZWY1OGY2NjVkNGUwZGZjY2U1ZGFmNThkMjhmZDlkZmIifX19"}]}}}@luck=0

/animal drop #21
type=command,ID=/give @p skull 1 3 {display:{Name:"Polar Bear"},SkullOwner:{Id:"87324464-1700-468f-8333-e7779ec8c21e",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDQ2ZDIzZjA0ODQ2MzY5ZmEyYTM3MDJjMTBmNzU5MTAxYWY3YmZlODQxOTk2NjQyOTUzM2NkODFhMTFkMmIifX19"}]}}}@luck=0

/animal drop #22
type=command,ID=/give @p skull 1 3 {display:{Name:"Penguin"},SkullOwner:{Id:"53c01f77-c4bd-458e-8fd8-70f7bb33dd5c",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDNjNTdmYWNiYjNhNGRiN2ZkNTViNWMwZGM3ZDE5YzE5Y2IwODEzYzc0OGNjYzk3MTBjNzE0NzI3NTUxZjViOSJ9fX0="}]}}}@luck=0

/animal drop #23
type=command,ID=/give @p skull 1 3 {display:{Name:"Walrus"},SkullOwner:{Id:"a185ff1a-f32e-47e0-be61-5a612f130f33",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDdiYWVkYWY5YWQ5NTQ3NGViMWJlNTg5MjQ0NDVkZmM3N2JiZGMyNTJjYzFjODE2NDRjZjcxNTRjNDQxIn19fQ=="}]}}}@luck=0

/animal drop #24
type=command,ID=/give @p skull 1 3 {display:{Name:"Tiger"},SkullOwner:{Id:"44f40896-48d1-42cb-bfb6-8edace2241b1",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjZiOTZiYmM4YWQ5YmFlMGUyNTRkMzVmZGZiMWRiNDhlODIyZWQ5N2NmNWY3MzlkM2U5NTQ1ZGQ2Y2UifX19"}]}}}@luck=0

/animal drop #25
type=command,ID=/give @p skull 1 3 {display:{Name:"Panda"},SkullOwner:{Id:"00d08322-5eb2-44be-b9a2-7921a9d54f97",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDE4OGM5ODBhYWNmYTk0Y2YzMzA4ODUxMmIxYjk1MTdiYTgyNmIxNTRkNGNhZmMyNjJhZmY2OTc3YmU4YSJ9fX0="}]}}}@luck=0

/animal drop #26
type=command,ID=/give @p skull 1 3 {display:{Name:"Cat"},SkullOwner:{Id:"feb547f7-43e0-4ec4-a437-f0d57b11f4bf",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjVjOTVjMWYyYTUwYjM3ZDYxMjZmNzZlNDYxOGE0Y2M3OTI3OWE4Yzg0NDM3MjA1NGRjM2IyMmVhMWNlMjcifX19"}]}}}@luck=0

/animal drop #27
type=command,ID=/give @p skull 1 3 {display:{Name:"Angry Wolf"},SkullOwner:{Id:"9a7c65fb-309f-4c1a-96a1-4522c197b7fe",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTk1Y2JiNGY3NWVhODc2MTdmMmY3MTNjNmQ0OWRhYzMyMDliYTFiZDRiOTM2OTY1NGIxNDU5ZWExNTMxNyJ9fX0="}]}}}@luck=0

/animal drop #28
type=command,ID=/give @p skull 1 3 {display:{Name:"Rabbit"},SkullOwner:{Id:"15908cee-0f9c-45ca-bf9c-fad9b05edded",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGM3YTMxN2VjNWMxZWQ3Nzg4Zjg5ZTdmMWE2YWYzZDJlZWI5MmQxZTk4NzljMDUzNDNjNTdmOWQ4NjNkZTEzMCJ9fX0="}]}}}@luck=0

/animal drop #29
type=command,ID=/give @p skull 1 3 {display:{Name:"Koala"},SkullOwner:{Id:"10100199-d136-490d-9139-6ee644c219c9",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2EzNWViMTBiOTRlODg4NDI3ZmIyM2M3ODMwODI2NThjZWI4MWYzY2Y1ZDBhYWQyNWQ3ZDQxYTE5NGIyNiJ9fX0="}]}}}@luck=0

/animal drop #30
type=command,ID=/give @p skull 1 3 {display:{Name:"Chinese Dragon"},SkullOwner:{Id:"d59d6bbe-4182-496e-95b0-bcd78c9dd084",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTE2NDFkMDM4ZWIzODYyYjFlMDIyYzVlMDU4OGQ5NjM2NmRhMWM5NDRlZTVlNmVlMTNlMGY1ZGQ3YjQyN2IifX19"}]}}}@luck=0

/animal drop #31
type=command,ID=/give @p skull 1 3 {display:{Name:"Villager head"},SkullOwner:{Id:"8b4c32c4-1280-444d-8e76-587ad9538baf",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzdlNTc1Y2ZmMTEwMTRhNWFjYWRmMzNlZTQ4ODU2OGNjODllNDMxOTM1MTFjYTc0ZWZjODNlZWJiNzZmNCJ9fX0="}]}}}@luck=0

/animal drop #32
type=command,ID=/give @p skull 1 3 {display:{Name:"Pufferfish"},SkullOwner:{Id:"b4630012-0e65-4a3d-bfd6-5024b782ab69",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTk1NTkzODg5OTNmZTc4MmY2N2JkNThkOThjNGRmNTZiY2Q0MzBlZGNiMmY2NmVmNTc3N2E3M2MyN2RlMyJ9fX0="}]}}}@luck=0

/animal drop #33
type=command,ID=/give @p skull 1 3 {display:{Name:"Wither Boss"},SkullOwner:{Id:"119c371b-ea16-47c9-ad7f-23b3d894520a",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2RmNzRlMzIzZWQ0MTQzNjk2NWY1YzU3ZGRmMjgxNWQ1MzMyZmU5OTllNjhmYmI5ZDZjZjVjOGJkNDEzOWYifX19"}]}}}@luck=0

/animal drop #34
type=command,ID=/give @p skull 1 3 {display:{Name:"Snowhead"},SkullOwner:{Id:"673db4c6-b7ea-421e-ae35-d7ab65e8b35e",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWZkZmQxZjc1MzhjMDQwMjU4YmU3YTkxNDQ2ZGE4OWVkODQ1Y2M1ZWY3MjhlYjVlNjkwNTQzMzc4ZmNmNCJ9fX0="}]}}}@luck=0

/animal drop #35
type=command,ID=/give @p skull 1 3 {display:{Name:"Snowhead"},SkullOwner:{Id:"0b5c7a8a-45bd-4054-8816-80291ac3316c",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTUyOGRmMTY1Mzk2MmU0ZTk5NWRmZDA2NGE3MmIyY2JmZjliNzE5NzkxMjg4MDE0M2Y5NDFhMzdkYjQ2YyJ9fX0="}]}}}@luck=0

/animal drop #36
type=command,ID=/give @p skull 1 3 {display:{Name:"Clownfish"},SkullOwner:{Id:"7b314fba-09ab-4ab6-b956-cec6a5fcbed5",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzZkMTQ5ZTRkNDk5OTI5NjcyZTI3Njg5NDllNjQ3Nzk1OWMyMWU2NTI1NDYxM2IzMjdiNTM4ZGYxZTRkZiJ9fX0="}]}}}@luck=0

/animal drop #37
type=command,ID=/give @p skull 1 3 {display:{Name:"Bird"},SkullOwner:{Id:"db5caefc-65bd-484b-b1ff-24ccc48f66ae",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjk2MjczNzBmZWRiZDBiYWU3YmFlNmQ2Zjg1ODM1NTU3NjM3ODljMWJkOTNmYTYzOWNmYTNkZmQ0OGUzNDg1MCJ9fX0="}]}}}@luck=0

/animal drop #38
type=command,ID=/give @p skull 1 3 {display:{Name:"Bee"},SkullOwner:{Id:"bc1ca880-4dc5-4d17-9c05-027a7d3999b3",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTQ3MzIyZjgzMWUzYzE2OGNmYmQzZTI4ZmU5MjUxNDRiMjYxZTc5ZWIzOWM3NzEzNDlmYWM1NWE4MTI2NDczIn19fQ=="}]}}}@luck=0

/animal drop #39
type=command,ID=/give @p skull 1 3 {display:{Name:"Enderdragon"},SkullOwner:{Id:"433562fa-9e23-443e-93b0-d67228435e77",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzRlY2MwNDA3ODVlNTQ2NjNlODU1ZWYwNDg2ZGE3MjE1NGQ2OWJiNGI3NDI0YjczODFjY2Y5NWIwOTVhIn19fQ=="}]}}}@luck=0

/animal drop #40
type=command,ID=/give @p skull 1 3 {display:{Name:"Hermit Crab"},SkullOwner:{Id:"bc192f9d-fb89-4f75-ae7c-da701d3f7ea7",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTg1ZTY4MzRhNGJmMjZhNjUyNmY3Y2FjNGY2ZWFhOWY3ZmE3N2RiOGMxNDM1M2E4MTU4MmI1ZjY5OSJ9fX0="}]}}}@luck=0

/animal drop #41
type=command,ID=/give @p skull 1 3 {display:{Name:"Regular Fish"},SkullOwner:{Id:"8f718637-6901-4301-bd98-ebde0cc19ed8",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNmY5OWI1ODBkNDVhNzg0ZTdhOTY0ZTdkM2IxZjk3Y2VjZTc0OTExMTczYmQyMWMxZDdjNTZhY2RjMzg1ZWQ1In19fQ=="}]}}}@luck=0

/animal drop #42
type=command,ID=/give @p skull 1 3 {display:{Name:"Salmon Fish"},SkullOwner:{Id:"e246c06c-5d6a-4fd9-b600-c6bd71336b7a",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYWRmYzU3ZDA5MDU5ZTQ3OTlmYTkyYzE1ZTI4NTEyYmNmYWExMzE1NTc3ZmUzYTI3YWVkMzg5ZTRmNzUyMjg5YSJ9fX0="}]}}}@luck=0

/animal drop #43
type=command,ID=/give @p skull 1 3 {display:{Name:"Tortoise"},SkullOwner:{Id:"ef56c7a3-a5e7-4a7f-9786-a4b6273a591d",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTJlNTQ4NDA4YWI3NWQ3ZGY4ZTZkNWQyNDQ2ZDkwYjZlYzYyYWE0ZjdmZWI3OTMwZDFlZTcxZWVmZGRmNjE4OSJ9fX0="}]}}}@luck=0

/animal drop #44
type=command,ID=/give @p skull 1 3 {display:{Name:"Seagull"},SkullOwner:{Id:"14f316ce-9442-4884-8e43-5057451f104e",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzNiZGU0MzExMWY2OWE3ZmRhNmVjNmZhZjIyNjNjODI3OTYxZjM5MGQ3YzYxNjNlZDEyMzEwMzVkMWIwYjkifX19"}]}}}@luck=0

/animal drop #45
type=command,ID=/give @p skull 1 3 {display:{Name:"Ferret"},SkullOwner:{Id:"a6102422-04ff-4bad-a4a0-01000ea262bf",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjM2ZWRmN2RlOWFkY2E3MjMwOGE5NGQxYzM4YzM1OGFjYzgyOTE4ZmU4ZmNlZDI1ZDQ3NDgyMGY0Y2I3ODQifX19"}]}}}@luck=0

/animal drop #46
type=command,ID=/give @p skull 1 3 {display:{Name:"Elephant"},SkullOwner:{Id:"9a58e25a-cf47-447d-b13c-3ea36eccfa31",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzA3MWE3NmY2NjlkYjVlZDZkMzJiNDhiYjJkYmE1NWQ1MzE3ZDdmNDUyMjVjYjMyNjdlYzQzNWNmYTUxNCJ9fX0="}]}}}@luck=0

/Wood #1
type=command,ID=/give @p skull 1 3 {display:{Name:"Arrow Up"},SkullOwner:{Id:"ff1654b0-10f2-48b6-9c05-483b75f6549e",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDQ4Yjc2OGM2MjM0MzJkZmIyNTlmYjNjMzk3OGU5OGRlYzExMWY3OWRiZDZjZDg4ZjIxMTU1Mzc0YjcwYjNjIn19fQ=="}]}}}

/Wood #2
type=command,ID=/give @p skull 1 3 {display:{Name:"Arrow Down"},SkullOwner:{Id:"9afa272b-ca4a-4502-8073-c4be1b741ebc",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmRhZGQ3NTVkMDg1MzczNTJiZjdhOTNlM2JiN2RkNGQ3MzMxMjFkMzlmMmZiNjcwNzNjZDQ3MWY1NjExOTRkZCJ9fX0="}]}}}

/Wood #3
type=command,ID=/give @p skull 1 3 {display:{Name:"Arrow Right"},SkullOwner:{Id:"15f49744-9b61-46af-b1c3-71c6261a0d0e",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWI2ZjFhMjViNmJjMTk5OTQ2NDcyYWVkYjM3MDUyMjU4NGZmNmY0ZTgzMjIxZTU5NDZiZDJlNDFiNWNhMTNiIn19fQ=="}]}}}

/Wood #4
type=command,ID=/give @p skull 1 3 {display:{Name:"Arrow Left"},SkullOwner:{Id:"69b9a08d-4e89-4878-8be8-551caeacbf2a",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2ViZjkwNzQ5NGE5MzVlOTU1YmZjYWRhYjgxYmVhZmI5MGZiOWJlNDljNzAyNmJhOTdkNzk4ZDVmMWEyMyJ9fX0="}]}}}

/Wood #5
type=command,ID=/give @p skull 1 3 {display:{Name:"Question"},SkullOwner:{Id:"210665a1-0f17-4353-b85a-426e2cb651e2",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTE2M2RhZmFjMWQ5MWE4YzkxZGI1NzZjYWFjNzg0MzM2NzkxYTZlMThkOGY3ZjYyNzc4ZmM0N2JmMTQ2YjYifX19"}]}}}

/Wood #6
type=command,ID=/give @p skull 1 3 {display:{Name:"Exclamation"},SkullOwner:{Id:"165c8c0f-d1ba-4c9e-9836-cbff5b40ba80",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNmE1M2JkZDE1NDU1MzFjOWViYjljNmY4OTViYzU3NjAxMmY2MTgyMGU2ZjQ4OTg4NTk4OGE3ZTg3MDlhM2Y0OCJ9fX0="}]}}}

/Wood #7
type=command,ID=/give @p skull 1 3 {display:{Name:"Dot"},SkullOwner:{Id:"361e6180-ceac-4838-89e5-be46fb40fe84",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzMzYWEyNDkxNmM4ODY5NmVlNzFkYjdhYzhjZDMwNmFkNzMwOTZiNWI2ZmZkODY4ZTFjMzg0YjFkNjJjZmIzYyJ9fX0="}]}}}

/Wood #8
type=command,ID=/give @p skull 1 3 {display:{Name:"Slash"},SkullOwner:{Id:"015eeece-cc8f-46a1-acd5-cf010870730a",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2Y5NWQ3YzFiYmYzYWZhMjg1ZDhkOTY3NTdiYjU1NzIyNTlhM2FlODU0ZjUzODlkYzUzMjA3Njk5ZDk0ZmQ4In19fQ=="}]}}}

/Wood #9
type=command,ID=/give @p skull 1 3 {display:{Name:"A"},SkullOwner:{Id:"e8e10bc5-b94e-4378-a54c-ac71a662fec9",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTY3ZDgxM2FlN2ZmZTViZTk1MWE0ZjQxZjJhYTYxOWE1ZTM4OTRlODVlYTVkNDk4NmY4NDk0OWM2M2Q3NjcyZSJ9fX0="}]}}}

/Wood #10
type=command,ID=/give @p skull 1 3 {display:{Name:"B"},SkullOwner:{Id:"d0f793ff-b041-427c-bc24-440834e986fa",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTBjMWI1ODRmMTM5ODdiNDY2MTM5Mjg1YjJmM2YyOGRmNjc4NzEyM2QwYjMyMjgzZDg3OTRlMzM3NGUyMyJ9fX0="}]}}}

/Wood #11
type=command,ID=/give @p skull 1 3 {display:{Name:"C"},SkullOwner:{Id:"db8ddc48-84d7-4f98-bce3-0fb2d43cd4dd",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYWJlOTgzZWM0NzgwMjRlYzZmZDA0NmZjZGZhNDg0MjY3NjkzOTU1MWI0NzM1MDQ0N2M3N2MxM2FmMThlNmYifX19"}]}}}

/Wood #12
type=command,ID=/give @p skull 1 3 {display:{Name:"D"},SkullOwner:{Id:"c142dbd3-dbdf-4f46-a491-12162d3a3e8e",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzE5M2RjMGQ0YzVlODBmZjlhOGEwNWQyZmNmZTI2OTUzOWNiMzkyNzE5MGJhYzE5ZGEyZmNlNjFkNzEifX19"}]}}}

/Wood #13
type=command,ID=/give @p skull 1 3 {display:{Name:"E"},SkullOwner:{Id:"96eaca3a-0f22-484f-bad7-46153597e191",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGJiMjczN2VjYmY5MTBlZmUzYjI2N2RiN2Q0YjMyN2YzNjBhYmM3MzJjNzdiZDBlNGVmZjFkNTEwY2RlZiJ9fX0="}]}}}

/Wood #14
type=command,ID=/give @p skull 1 3 {display:{Name:"F"},SkullOwner:{Id:"5d098233-5c27-4e8a-a36f-959c9e35041b",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjE4M2JhYjUwYTMyMjQwMjQ4ODZmMjUyNTFkMjRiNmRiOTNkNzNjMjQzMjU1OWZmNDllNDU5YjRjZDZhIn19fQ=="}]}}}

/Wood #15
type=command,ID=/give @p skull 1 3 {display:{Name:"G"},SkullOwner:{Id:"0b017eae-cd4d-48eb-9407-863e794c4bac",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWNhM2YzMjRiZWVlZmI2YTBlMmM1YjNjNDZhYmM5MWNhOTFjMTRlYmE0MTlmYTQ3NjhhYzMwMjNkYmI0YjIifX19"}]}}}

/Wood #16
type=command,ID=/give @p skull 1 3 {display:{Name:"H"},SkullOwner:{Id:"ba7a5f3c-db71-4827-8612-ce6bd82ee992",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzFmMzQ2MmE0NzM1NDlmMTQ2OWY4OTdmODRhOGQ0MTE5YmM3MWQ0YTVkODUyZTg1YzI2YjU4OGE1YzBjNzJmIn19fQ=="}]}}}

/Wood #17
type=command,ID=/give @p skull 1 3 {display:{Name:"I"},SkullOwner:{Id:"2ab25358-deaa-46b7-b351-d9732a448ff1",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDYxNzhhZDUxZmQ1MmIxOWQwYTM4ODg3MTBiZDkyMDY4ZTkzMzI1MmFhYzZiMTNjNzZlN2U2ZWE1ZDMyMjYifX19"}]}}}

/Wood #18
type=command,ID=/give @p skull 1 3 {display:{Name:"J"},SkullOwner:{Id:"be1f1677-af64-4f59-85be-244f28eb1306",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2E3OWRiOTkyMzg2N2U2OWMxZGJmMTcxNTFlNmY0YWQ5MmNlNjgxYmNlZGQzOTc3ZWViYmM0NGMyMDZmNDkifX19"}]}}}

/Wood #19
type=command,ID=/give @p skull 1 3 {display:{Name:"K"},SkullOwner:{Id:"4f264d8d-87a3-496a-ad1d-eda0a22a30f0",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTQ2MWIzOGM4ZTQ1NzgyYWRhNTlkMTYxMzJhNDIyMmMxOTM3NzhlN2Q3MGM0NTQyYzk1MzYzNzZmMzdiZTQyIn19fQ=="}]}}}

/Wood #20
type=command,ID=/give @p skull 1 3 {display:{Name:"L"},SkullOwner:{Id:"75ae0d27-f43c-416d-96a0-fdd6dbba7ab0",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzE5ZjUwYjQzMmQ4NjhhZTM1OGUxNmY2MmVjMjZmMzU0MzdhZWI5NDkyYmNlMTM1NmM5YWE2YmIxOWEzODYifX19"}]}}}

/Wood #21
type=command,ID=/give @p skull 1 3 {display:{Name:"M"},SkullOwner:{Id:"a291bc00-e8d7-42cf-8d57-588291f3ebc2",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDljNDVhMjRhYWFiZjQ5ZTIxN2MxNTQ4MzIwNDg0OGE3MzU4MmFiYTdmYWUxMGVlMmM1N2JkYjc2NDgyZiJ9fX0="}]}}}

/Wood #22
type=command,ID=/give @p skull 1 3 {display:{Name:"N"},SkullOwner:{Id:"439f4d78-dedd-427f-9973-c3906c4df529",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzViOGIzZDhjNzdkZmI4ZmJkMjQ5NWM4NDJlYWM5NGZmZmE2ZjU5M2JmMTVhMjU3NGQ4NTRkZmYzOTI4In19fQ=="}]}}}

/Wood #23
type=command,ID=/give @p skull 1 3 {display:{Name:"O"},SkullOwner:{Id:"4ec45cf0-b927-444b-85fb-f5910bfae296",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDExZGUxY2FkYjJhZGU2MTE0OWU1ZGVkMWJkODg1ZWRmMGRmNjI1OTI1NWIzM2I1ODdhOTZmOTgzYjJhMSJ9fX0="}]}}}

/Wood #24
type=command,ID=/give @p skull 1 3 {display:{Name:"P"},SkullOwner:{Id:"6c22192b-5af9-4d07-a96f-f95b9e81d163",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTBhNzk4OWI1ZDZlNjIxYTEyMWVlZGFlNmY0NzZkMzUxOTNjOTdjMWE3Y2I4ZWNkNDM2MjJhNDg1ZGMyZTkxMiJ9fX0="}]}}}

/Wood #25
type=command,ID=/give @p skull 1 3 {display:{Name:"Q"},SkullOwner:{Id:"047b3876-eac3-414b-8978-1c083fd8df86",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDM2MDlmMWZhZjgxZWQ0OWM1ODk0YWMxNGM5NGJhNTI5ODlmZGE0ZTFkMmE1MmZkOTQ1YTU1ZWQ3MTllZDQifX19"}]}}}

/Wood #26
type=command,ID=/give @p skull 1 3 {display:{Name:"R"},SkullOwner:{Id:"9af104ca-dfbb-4616-9101-d10016c2b11a",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTVjZWQ5OTMxYWNlMjNhZmMzNTEzNzEzNzliZjA1YzYzNWFkMTg2OTQzYmMxMzY0NzRlNGU1MTU2YzRjMzcifX19"}]}}}

/Wood #27
type=command,ID=/give @p skull 1 3 {display:{Name:"S"},SkullOwner:{Id:"826bfe2f-387c-44d7-9cd3-fc3046a6204d",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2U0MWM2MDU3MmM1MzNlOTNjYTQyMTIyODkyOWU1NGQ2Yzg1NjUyOTQ1OTI0OWMyNWMzMmJhMzNhMWIxNTE3In19fQ=="}]}}}

/Wood #28
type=command,ID=/give @p skull 1 3 {display:{Name:"T"},SkullOwner:{Id:"08c08ff3-95f3-44cc-8da3-d0e1331cf469",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTU2MmU4YzFkNjZiMjFlNDU5YmU5YTI0ZTVjMDI3YTM0ZDI2OWJkY2U0ZmJlZTJmNzY3OGQyZDNlZTQ3MTgifX19"}]}}}

/Wood #29
type=command,ID=/give @p skull 1 3 {display:{Name:"U"},SkullOwner:{Id:"dd376034-312d-4515-9c70-eafbba1a12e4",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjA3ZmJjMzM5ZmYyNDFhYzNkNjYxOWJjYjY4MjUzZGZjM2M5ODc4MmJhZjNmMWY0ZWZkYjk1NGY5YzI2In19fQ=="}]}}}

/Wood #30
type=command,ID=/give @p skull 1 3 {display:{Name:"V"},SkullOwner:{Id:"18724f9a-8aab-4f3f-a0ff-26e4b704d53f",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2M5YTEzODYzOGZlZGI1MzRkNzk5Mjg4NzZiYWJhMjYxYzdhNjRiYTc5YzQyNGRjYmFmY2M5YmFjNzAxMGI4In19fQ=="}]}}}

/Wood #31
type=command,ID=/give @p skull 1 3 {display:{Name:"W"},SkullOwner:{Id:"20816a64-5743-4624-8d5e-00549a64179b",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjY5YWQxYTg4ZWQyYjA3NGUxMzAzYTEyOWY5NGU0YjcxMGNmM2U1YjRkOTk1MTYzNTY3ZjY4NzE5YzNkOTc5MiJ9fX0="}]}}}

/Wood #32
type=command,ID=/give @p skull 1 3 {display:{Name:"X"},SkullOwner:{Id:"33b5946c-20d1-466f-8dd5-11a0fdcd7105",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWE2Nzg3YmEzMjU2NGU3YzJmM2EwY2U2NDQ5OGVjYmIyM2I4OTg0NWU1YTY2YjVjZWM3NzM2ZjcyOWVkMzcifX19"}]}}}

/Wood #33
type=command,ID=/give @p skull 1 3 {display:{Name:"Y"},SkullOwner:{Id:"579ec4fb-0baf-4716-89ba-1c175fbd6e3c",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzUyZmIzODhlMzMyMTJhMjQ3OGI1ZTE1YTk2ZjI3YWNhNmM2MmFjNzE5ZTFlNWY4N2ExY2YwZGU3YjE1ZTkxOCJ9fX0="}]}}}

/Wood #34
type=command,ID=/give @p skull 1 3 {display:{Name:"Z"},SkullOwner:{Id:"0f3a3e42-4410-48a6-9d46-97392e7a6e27",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTA1ODJiOWI1ZDk3OTc0YjExNDYxZDYzZWNlZDg1ZjQzOGEzZWVmNWRjMzI3OWY5YzQ3ZTFlMzhlYTU0YWU4ZCJ9fX0="}]}}}

/Wood #35
type=command,ID=/give @p skull 1 3 {display:{Name:"1"},SkullOwner:{Id:"00684a88-5cc8-4713-9e91-7b1906e67580",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzFiYzJiY2ZiMmJkMzc1OWU2YjFlODZmYzdhNzk1ODVlMTEyN2RkMzU3ZmMyMDI4OTNmOWRlMjQxYmM5ZTUzMCJ9fX0="}]}}}

/Wood #36
type=command,ID=/give @p skull 1 3 {display:{Name:"2"},SkullOwner:{Id:"f7218833-aceb-4d3e-a1bc-a334be09c375",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGNkOWVlZWU4ODM0Njg4ODFkODM4NDhhNDZiZjMwMTI0ODVjMjNmNzU3NTNiOGZiZTg0ODczNDE0MTk4NDcifX19"}]}}}

/Wood #37
type=command,ID=/give @p skull 1 3 {display:{Name:"3"},SkullOwner:{Id:"870c6ce6-78b5-4e09-8745-bd96d616e516",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWQ0ZWFlMTM5MzM4NjBhNmRmNWU4ZTk1NTY5M2I5NWE4YzNiMTVjMzZiOGI1ODc1MzJhYzA5OTZiYzM3ZTUifX19"}]}}}

/Wood #38
type=command,ID=/give @p skull 1 3 {display:{Name:"4"},SkullOwner:{Id:"d531b607-3d92-4760-b19f-b64d51da0fa5",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDJlNzhmYjIyNDI0MjMyZGMyN2I4MWZiY2I0N2ZkMjRjMWFjZjc2MDk4NzUzZjJkOWMyODU5ODI4N2RiNSJ9fX0="}]}}}

/Wood #39
type=command,ID=/give @p skull 1 3 {display:{Name:"5"},SkullOwner:{Id:"4aaa0af9-ffde-4f5a-ad06-112dffbade0c",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNmQ1N2UzYmM4OGE2NTczMGUzMWExNGUzZjQxZTAzOGE1ZWNmMDg5MWE2YzI0MzY0M2I4ZTU0NzZhZTIifX19"}]}}}

/Wood #40
type=command,ID=/give @p skull 1 3 {display:{Name:"6"},SkullOwner:{Id:"58a05887-3473-4c87-8506-2acf877d7ff1",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzM0YjM2ZGU3ZDY3OWI4YmJjNzI1NDk5YWRhZWYyNGRjNTE4ZjVhZTIzZTcxNjk4MWUxZGNjNmIyNzIwYWIifX19"}]}}}

/Wood #41
type=command,ID=/give @p skull 1 3 {display:{Name:"7"},SkullOwner:{Id:"23378bd2-28e5-4d7e-8d39-621b732e1f49",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNmRiNmViMjVkMWZhYWJlMzBjZjQ0NGRjNjMzYjU4MzI0NzVlMzgwOTZiN2UyNDAyYTNlYzQ3NmRkN2I5In19fQ=="}]}}}

/Wood #42
type=command,ID=/give @p skull 1 3 {display:{Name:"8"},SkullOwner:{Id:"19c144be-a435-42a4-9503-83bcd8a7fa70",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTkxOTQ5NzNhM2YxN2JkYTk5NzhlZDYyNzMzODM5OTcyMjI3NzRiNDU0Mzg2YzgzMTljMDRmMWY0Zjc0YzJiNSJ9fX0="}]}}}

/Wood #43
type=command,ID=/give @p skull 1 3 {display:{Name:"9"},SkullOwner:{Id:"c7cad554-93b2-4176-a4ba-8de42aa9c9f2",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTY3Y2FmNzU5MWIzOGUxMjVhODAxN2Q1OGNmYzY0MzNiZmFmODRjZDQ5OWQ3OTRmNDFkMTBiZmYyZTViODQwIn19fQ=="}]}}}

/Wood #44
type=command,ID=/give @p skull 1 3 {display:{Name:"0"},SkullOwner:{Id:"2298cff2-c1a5-4278-a277-8d8661afe1c6",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMGViZTdlNTIxNTE2OWE2OTlhY2M2Y2VmYTdiNzNmZGIxMDhkYjg3YmI2ZGFlMjg0OWZiZTI0NzE0YjI3In19fQ=="}]}}}

/Stone #1
type=command,ID=/give @p skull 1 3 {display:{Name:"Arrow Up"},SkullOwner:{Id:"e4d7b07b-59fc-4f77-b08b-b0446048dcd4",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNThmZTI1MWE0MGU0MTY3ZDM1ZDA4MWMyNzg2OWFjMTUxYWY5NmI2YmQxNmRkMjgzNGQ1ZGM3MjM1ZjQ3NzkxZCJ9fX0="}]}}}

/Stone #2
type=command,ID=/give @p skull 1 3 {display:{Name:"Arrow Down"},SkullOwner:{Id:"ccd469f7-1df1-42f9-8915-15de387906e4",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOWI3Y2U2ODNkMDg2OGFhNDM3OGFlYjYwY2FhNWVhODA1OTZiY2ZmZGFiNmI1YWYyZDEyNTk1ODM3YTg0ODUzIn19fQ=="}]}}}

/Stone #3
type=command,ID=/give @p skull 1 3 {display:{Name:"Arrow Right"},SkullOwner:{Id:"925b071a-7c83-43e7-9d83-8f231c8217d4",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjJmM2EyZGZjZTBjM2RhYjdlZTEwZGIzODVlNTIyOWYxYTM5NTM0YThiYTI2NDYxNzhlMzdjNGZhOTNiIn19fQ=="}]}}}

/Stone #4
type=command,ID=/give @p skull 1 3 {display:{Name:"Arrow Left"},SkullOwner:{Id:"2fad8146-186b-4c9c-8c62-7d5ccb083faa",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmIwZjZlOGFmNDZhYzZmYWY4ODkxNDE5MWFiNjZmMjYxZDY3MjZhNzk5OWM2MzdjZjJlNDE1OWZlMWZjNDc3In19fQ=="}]}}}

/Stone #5
type=command,ID=/give @p skull 1 3 {display:{Name:"Question"},SkullOwner:{Id:"808ac216-799a-4d42-bd68-7c9f0c1e89d1",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2FhYjI3Mjg0MGQ3OTBjMmVkMmJlNWM4NjAyODlmOTVkODhlMzE2YjY1YzQ1NmZmNmEzNTE4MGQyZTViZmY2In19fQ=="}]}}}

/Stone #6
type=command,ID=/give @p skull 1 3 {display:{Name:"Exclamation"},SkullOwner:{Id:"0a3628f0-f5b5-4a6f-8058-860006ca8732",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODdkMTlhYWJmY2ZkOTlmZmFiYTQyMTRjYWVmMjk5NTE2Y2U1MmU2ZDEzYmYyZGRhMTI1OTg1ZTQ4MWI3MmY5In19fQ=="}]}}}

/Stone #7
type=command,ID=/give @p skull 1 3 {display:{Name:"Dot"},SkullOwner:{Id:"7a7c6e7b-68ec-4a60-893e-111d3c988420",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNmZmOTlmZjI3OWEyY2YyNWRlYjRiZDViNjZjMzU3NmI4MjRjYzk2YzM2NzgxMDI3YWY3MjdlZDNhNGMxMzA4ZSJ9fX0="}]}}}

/Stone #8
type=command,ID=/give @p skull 1 3 {display:{Name:"Slash"},SkullOwner:{Id:"da6414e8-a76a-4146-865c-dc48141e0e25",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmQ1OTNmMDk0NWNiYjg1YThlMGJlN2Q5YTUyNjAxMGVlNzc0ODEwZjJiYzQyOGNkNGEyM2U0ZDIzMmVmZjgifX19"}]}}}

/Stone #9
type=command,ID=/give @p skull 1 3 {display:{Name:"A"},SkullOwner:{Id:"c4c09e00-8d4f-41da-a9d0-5fd811d1aff9",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmFjNThiMWEzYjUzYjk0ODFlMzE3YTFlYTRmYzVlZWQ2YmFmY2E3YTI1ZTc0MWEzMmU0ZTNjMjg0MTI3OGMifX19"}]}}}

/Stone #10
type=command,ID=/give @p skull 1 3 {display:{Name:"B"},SkullOwner:{Id:"a7cc3dde-907c-4f02-9648-1b9daf6e1de7",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDRjNzExNTcxZTdlMjE0ZWU3OGRmZTRlZTBlMTI2M2I5MjUxNmU0MThkZThmYzhmMzI1N2FlMDkwMTQzMSJ9fX0="}]}}}

/Stone #11
type=command,ID=/give @p skull 1 3 {display:{Name:"C"},SkullOwner:{Id:"5703f4eb-cc57-42bf-9e83-0bbb728aa67b",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmZmNWFhYmVhZDZmZWFmYWFlY2Y0NDIyY2RkNzgzN2NiYjM2YjAzYzk4NDFkZDFiMWQyZDNlZGI3ODI1ZTg1MSJ9fX0="}]}}}

/Stone #12
type=command,ID=/give @p skull 1 3 {display:{Name:"D"},SkullOwner:{Id:"38557e36-a116-45d5-8a72-52782c75e95e",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODkzZTYyMmI1ODE5NzU3OTJmN2MxMTllYzZmNDBhNGYxNmU1NTJiYjk4Nzc2YjBjN2FlMmJkZmQ0MTU0ZmU3In19fQ=="}]}}}

/Stone #13
type=command,ID=/give @p skull 1 3 {display:{Name:"E"},SkullOwner:{Id:"acce3d7b-c668-418b-83b1-f7a5c3b31caf",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTE1N2Q2NWIxOTkyMWM3NjBmZjQ5MTBiMzQwNDQ1NWI5YzJlZTM2YWZjMjAyZDg1MzhiYWVmZWM2NzY5NTMifX19"}]}}}

/Stone #14
type=command,ID=/give @p skull 1 3 {display:{Name:"F"},SkullOwner:{Id:"7404842c-af9a-4c28-bc6c-16d513d37fbc",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU0Y2YyNjFiMmNkNmFiNTRiMGM2MjRmOGY2ZmY1NjVhN2I2M2UyOGUzYjUwYzZkYmZiNTJiNWYwZDdjZjlmIn19fQ=="}]}}}

/Stone #15
type=command,ID=/give @p skull 1 3 {display:{Name:"G"},SkullOwner:{Id:"3230268c-085c-4d08-92bb-8d509a191bcf",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDNjOWY4YTc0Y2EwMWJhOGM1NGRlMWVkYzgyZTFmYzA3YTgzOTIzZTY2NTc0YjZmZmU2MDY5MTkyNDBjNiJ9fX0="}]}}}

/Stone #16
type=command,ID=/give @p skull 1 3 {display:{Name:"H"},SkullOwner:{Id:"137de0be-b6da-493b-979b-164fa435cd5a",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjhjNThjNTA5MDM0NjE3YmY4MWVlMGRiOWJlMGJhM2U4NWNhMTU1NjgxNjM5MTRjODc2NjllZGIyZmQ3In19fQ=="}]}}}

/Stone #17
type=command,ID=/give @p skull 1 3 {display:{Name:"I"},SkullOwner:{Id:"ecc120f0-59d0-49f5-9d5a-1ca99bb08669",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDI0NjMyM2M5ZmIzMTkzMjZlZTJiZjNmNWI2M2VjM2Q5OWRmNzZhMTI0MzliZjBiNGMzYWIzMmQxM2ZkOSJ9fX0="}]}}}

/Stone #18
type=command,ID=/give @p skull 1 3 {display:{Name:"J"},SkullOwner:{Id:"617069ab-bf17-418b-8687-3522590d305f",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzU4NDU2Y2Q5YmI4YTdlOTc4NTkxYWUwY2IyNmFmMWFhZGFkNGZhN2ExNjcyNWIyOTUxNDVlMDliZWQ4MDY0In19fQ=="}]}}}

/Stone #19
type=command,ID=/give @p skull 1 3 {display:{Name:"K"},SkullOwner:{Id:"6e5daf43-e36d-41e2-a18b-536e013d4538",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYWY0OWZiNzA4MzY5ZTdiYzI5NDRhZDcwNjk2M2ZiNmFjNmNlNmQ0YzY3MDgxZGRhZGVjZmU1ZGE1MSJ9fX0="}]}}}

/Stone #20
type=command,ID=/give @p skull 1 3 {display:{Name:"L"},SkullOwner:{Id:"1192f380-a568-4a15-ac42-23b301878012",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGM4NGY3NTQxNmU4NTNhNzRmNmM3MGZjN2UxMDkzZDUzOTYxODc5OTU1YjQzM2JkOGM3YzZkNWE2ZGYifX19"}]}}}

/Stone #21
type=command,ID=/give @p skull 1 3 {display:{Name:"M"},SkullOwner:{Id:"4a9a8f9b-0b3a-4477-a22a-0ecf621169a2",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzFmZGU5MWIxOWI5MzA5OTEzNzI0ZmVhOWU4NTMxMTI3MWM2N2JjYjc4NTc4ZDQ2MWJmNjVkOTYxMzA3NCJ9fX0="}]}}}

/Stone #22
type=command,ID=/give @p skull 1 3 {display:{Name:"N"},SkullOwner:{Id:"20b13668-f749-4a79-94c3-6e1006ae4de7",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWM3Yzk3MmU2Nzg1ZDZiMGFjZWI3NzlhYmRkNzcwMmQ5ODM0MWMyNGMyYTcxZTcwMjkzMGVjYTU4MDU1In19fQ=="}]}}}

/Stone #23
type=command,ID=/give @p skull 1 3 {display:{Name:"O"},SkullOwner:{Id:"1cd46fde-a398-4de4-a110-9d57b1e1b061",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODA3M2JiNDRmOTM0NWY5YmIzMWE2NzkwMjdlNzkzOWU0NjE4NDJhOGMyNzQ4NmQ3YTZiODQyYzM5ZWIzOGM0ZSJ9fX0="}]}}}

/Stone #24
type=command,ID=/give @p skull 1 3 {display:{Name:"P"},SkullOwner:{Id:"d4ad9bc2-2447-4f77-9eb6-71515424c19d",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjRiMjMxYThkNTU4NzBjZmI1YTlmNGU2NWRiMDZkZDdmOGUzNDI4MmYxNDE2Zjk1ODc4YjE5YWNjMzRhYzk1In19fQ=="}]}}}

/Stone #25
type=command,ID=/give @p skull 1 3 {display:{Name:"Q"},SkullOwner:{Id:"a743ea94-2549-4d02-8293-7de302306b60",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmZlZGQ2ZjllZmRiMTU2Yjg2OTM1Njk5YjJiNDgzNGRmMGY1ZDIxNDUxM2MwMWQzOGFmM2JkMDMxY2JjYzkyIn19fQ=="}]}}}

/Stone #26
type=command,ID=/give @p skull 1 3 {display:{Name:"R"},SkullOwner:{Id:"380f8638-c8e4-4f8d-9b5a-a7d12ec0b83a",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzAzYTFjZDU4M2NiYmZmZGUwOGY5NDNlNTZhYzNlM2FmYWZlY2FlZGU4MzQyMjFhODFlNmRiNmM2NDY2N2Y3ZCJ9fX0="}]}}}

/Stone #27
type=command,ID=/give @p skull 1 3 {display:{Name:"S"},SkullOwner:{Id:"38e48f37-761a-4d31-b328-077f90cc0784",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjY1NzJlNjU1NzI1ZDc4Mzc1YTk4MTdlYjllZThiMzc4MjljYTFmZWE5M2I2MDk1Y2M3YWExOWU1ZWFjIn19fQ=="}]}}}

/Stone #28
type=command,ID=/give @p skull 1 3 {display:{Name:"T"},SkullOwner:{Id:"8bd042bc-5cb1-4577-8eb4-f62f4d91ba50",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzA4YzllZjNhMzc1MWUyNTRlMmFmMWFkOGI1ZDY2OGNjZjVjNmVjM2VhMjY0MTg3N2NiYTU3NTgwN2QzOSJ9fX0="}]}}}

/Stone #29
type=command,ID=/give @p skull 1 3 {display:{Name:"U"},SkullOwner:{Id:"e435517b-1d7b-4487-9c05-071de05cd0d1",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTVhNmUzYWU1YWU2MjU5MjM1MjQ4MzhmYWM5ZmVmNWI0MjUyN2Y1MDI3YzljYTE0OWU2YzIwNzc5MmViIn19fQ=="}]}}}

/Stone #30
type=command,ID=/give @p skull 1 3 {display:{Name:"V"},SkullOwner:{Id:"eb32c1d3-5a7e-4761-9451-4e387508a9ad",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTc1MTIxZjdkOWM2OGRhMGU1YjZhOTZhYzYxNTI5OGIxMmIyZWU1YmQxOTk4OTQzNmVlNjQ3ODc5ZGE1YiJ9fX0="}]}}}

/Stone #31
type=command,ID=/give @p skull 1 3 {display:{Name:"W"},SkullOwner:{Id:"916cf414-7240-44ea-bb89-385e7944e732",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjdlMTY1YzNlZGM1NTQxZDQ2NTRjNDcyODg3MWU2OTA4ZjYxM2ZjMGVjNDZlODIzYzk2ZWFjODJhYzYyZTYyIn19fQ=="}]}}}

/Stone #32
type=command,ID=/give @p skull 1 3 {display:{Name:"X"},SkullOwner:{Id:"345874ed-7a81-452b-821e-499bae0816cb",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTkxOWQxNTk0YmY4MDlkYjdiNDRiMzc4MmJmOTBhNjlmNDQ5YTg3Y2U1ZDE4Y2I0MGViNjUzZmRlYzI3MjIifX19"}]}}}

/Stone #33
type=command,ID=/give @p skull 1 3 {display:{Name:"Y"},SkullOwner:{Id:"30dbb35e-31b8-41c5-bdb7-7d7d8a878ecf",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTM1NDI0YmI4NjMwNWQ3NzQ3NjA0YjEzZTkyNGQ3NGYxZWZlMzg5MDZlNGU0NThkZDE4ZGNjNjdiNmNhNDgifX19"}]}}}

/Stone #34
type=command,ID=/give @p skull 1 3 {display:{Name:"Z"},SkullOwner:{Id:"e90c5876-53b4-4015-8127-806ffb52fd52",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGU5MTIwMGRmMWNhZTUxYWNjMDcxZjg1YzdmN2Y1Yjg0NDlkMzliYjMyZjM2M2IwYWE1MWRiYzg1ZDEzM2UifX19"}]}}}

/Stone #35
type=command,ID=/give @p skull 1 3 {display:{Name:"1"},SkullOwner:{Id:"cc70838c-9905-4fad-865f-8a5f83430272",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzFhOTQ2M2ZkM2M0MzNkNWUxZDlmZWM2ZDVkNGIwOWE4M2E5NzBiMGI3NGRkNTQ2Y2U2N2E3MzM0OGNhYWIifX19"}]}}}

/Stone #36
type=command,ID=/give @p skull 1 3 {display:{Name:"2"},SkullOwner:{Id:"8d5350b9-6464-4f4b-999e-462af24dc872",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYWNiNDE5ZDk4NGQ4Nzk2MzczYzk2NDYyMzNjN2EwMjY2NGJkMmNlM2ExZDM0NzZkZDliMWM1NDYzYjE0ZWJlIn19fQ=="}]}}}

/Stone #37
type=command,ID=/give @p skull 1 3 {display:{Name:"3"},SkullOwner:{Id:"76480708-e78b-4bb9-9987-131f4f5b50f6",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjhlYmFiNTdiNzYxNGJiMjJhMTE3YmU0M2U4NDhiY2QxNGRhZWNiNTBlOGY1ZDA5MjZlNDg2NGRmZjQ3MCJ9fX0="}]}}}

/Stone #38
type=command,ID=/give @p skull 1 3 {display:{Name:"4"},SkullOwner:{Id:"c2ba9ae6-7c8e-4cb0-9e79-459e2f6b96ec",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjJiZmNmYjQ4OWRhODY3ZGNlOTZlM2MzYzE3YTNkYjdjNzljYWU4YWMxZjlhNWE4YzhhYzk1ZTRiYTMifX19"}]}}}

/Stone #39
type=command,ID=/give @p skull 1 3 {display:{Name:"5"},SkullOwner:{Id:"463ae31c-73d3-4b97-a4e0-03777f8a43d2",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZWY0ZWNmMTEwYjBhY2VlNGFmMWRhMzQzZmIxMzZmMWYyYzIxNjg1N2RmZGE2OTYxZGVmZGJlZTdiOTUyOCJ9fX0="}]}}}

/Stone #40
type=command,ID=/give @p skull 1 3 {display:{Name:"6"},SkullOwner:{Id:"e3cb6368-4c87-4e9b-a329-fbdca086bff1",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjMzMWE2YTZmY2Q2OTk1YjYyMDg4ZDM1M2JmYjY4ZDliODlhZTI1ODMyNWNhZjNmMjg4NjQ2NGY1NGE3MzI5In19fQ=="}]}}}

/Stone #41
type=command,ID=/give @p skull 1 3 {display:{Name:"7"},SkullOwner:{Id:"cb9c723d-3663-4ef3-a83c-c7405fddd7c2",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDRiYTZhYzA3ZDQyMjM3N2E4NTU3OTNmMzZkZWEyZWQyNDAyMjNmNTJmZDE2NDgxODE2MTJlY2QxYTBjZmQ1In19fQ=="}]}}}

/Stone #42
type=command,ID=/give @p skull 1 3 {display:{Name:"8"},SkullOwner:{Id:"36118da7-6989-4602-af43-82589e1ed6cf",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzYxYThhNjQxNDM3YmU5YWVhMjA3MjUzZGQzZjI1NDQwZDk1NGVhMmI1ODY2YzU1MmYzODZiMjlhYzRkMDQ5In19fQ=="}]}}}

/Stone #43
type=command,ID=/give @p skull 1 3 {display:{Name:"9"},SkullOwner:{Id:"8b867e70-124a-4a4f-9782-3b5581ab709b",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTE5MjhlMWJmZDg2YTliNzkzOTdjNGNiNGI2NWVmOTlhZjQ5YjdkNWY3OTU3YWQ2MmMwYzY5OWE2MjJjZmJlIn19fQ=="}]}}}

/Stone #44
type=command,ID=/give @p skull 1 3 {display:{Name:"0"},SkullOwner:{Id:"a58ddb02-267b-4122-b8cc-5a6fbef9db04",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTVhMjI0ODA3NjkzOTc4ZWQ4MzQzNTVmOWU1MTQ1ZjljNTZlZjY4Y2Y2ZjJjOWUxNzM0YTQ2ZTI0NmFhZTEifX19"}]}}}

/Stone #45
type=command,ID=/give @p skull 1 3 {display:{Name:"Dot 2"},SkullOwner:{Id:"2f380f4a-64c3-4b2c-af18-6c491692e649",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmQ4OThjNDBlNDdjNWQyZDc2OTI0MDY1MzYwNzY4MDY1ZDYyNGVlNWI5ZWUwYmU5ZTEyYjk4ZmI3N2M3NiJ9fX0="}]}}}

/Stone #46
type=command,ID=/give @p skull 1 3 {display:{Name:"Ä"},SkullOwner:{Id:"8a2ecdf9-9be0-4dac-90b5-560587de6772",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGM5YzJiYmQ3YjdmNzIwNGRjZWI1NzI5YTZmYmE3ZmQ0NWQ2ZjE5M2YzNzYwZWM1OWE2ODA3NTMzZTYzYiJ9fX0="}]}}}

/Stone #47
type=command,ID=/give @p skull 1 3 {display:{Name:"Ü"},SkullOwner:{Id:"6961d9d9-e0f8-49f8-9d25-d099a1830efe",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2FlYzUzZTRhNmQyMjFhZmQ3Mjk3YjY1ZTU1YmU4NzkxM2NmOWNiN2Y0ZjQ1NDdmNzE4NjEyMDcwMWQ4ZCJ9fX0="}]}}}

/Stone #48
type=command,ID=/give @p skull 1 3 {display:{Name:"Ö"},SkullOwner:{Id:"57d010fb-824f-4ab2-b34e-ba24535a94ea",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzgzZDQyYmNiOWI4ZTY2YzE2MTY2Y2NmMjYxZTJmOWY3OGM2OGVlNzg4NmRhMjI1ZTQzODk1Y2RiY2FmNWYifX19"}]}}}

/Colored #1
type=command,ID=/give @p skull 1 3 {display:{Name:"A"},SkullOwner:{Id:"d9e6ae1b-8e1d-4ae7-8f5b-b581b1771d40",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOWM2MGRhMjk0NGExNzdkZDA4MjY4ZmJlYzA0ZTQwODEyZDFkOTI5NjUwYmU2NjUyOWIxZWU1ZTFlN2VjYSJ9fX0="}]}}}

/Colored #2
type=command,ID=/give @p skull 1 3 {display:{Name:"B"},SkullOwner:{Id:"a389402c-129b-4de2-8877-7912a1afe881",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODA0MWY1ZTg2OTgzZDM2ZWFlYzRlMTY3YjJiYmI1YTM3Mjc2MDdjZGU4OGY3NTU1Y2ExYjUyMmEwMzliYiJ9fX0="}]}}}

/Colored #3
type=command,ID=/give @p skull 1 3 {display:{Name:"C"},SkullOwner:{Id:"5aafc18c-4341-4d65-bbfe-062706ffb067",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDk0NTk5NmM4YWU5MWUzNzYxOTZkNGRjNjc2ZmVjMzFmZWFjNzkwYTJmMTk1YjI5ODFhNzAzY2ExZDE2Y2I2In19fQ=="}]}}}

/Colored #4
type=command,ID=/give @p skull 1 3 {display:{Name:"D"},SkullOwner:{Id:"2bb28566-da08-4b69-963f-da9561f1d0a8",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTY0MTE1MGY0ODFlODQ5MmY3MTI4Yzk0ODk5NjI1NGQyZDkxZmM5MGY1YThmZjRkOGFjNWMzOWE2YTg4YSJ9fX0="}]}}}

/Colored #5
type=command,ID=/give @p skull 1 3 {display:{Name:"E"},SkullOwner:{Id:"72c35d01-c507-4efc-9184-63c32cdf4687",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGIyNTE0ODdmZjhlZWYyZWJjN2E1N2RhYjZlM2Q5ZjFkYjdmYzkyNmRkYzY2ZmVhMTRhZmUzZGZmMTVhNDUifX19"}]}}}

/Colored #6
type=command,ID=/give @p skull 1 3 {display:{Name:"F"},SkullOwner:{Id:"b46b2241-5546-48db-a457-a2dbad23db27",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2U0MzM2NTZiNDQzNjY4ZWQwM2RhYzhjNDQyNzIyYTJhNDEyMjFiZThiYjQ4ZTIzYjM1YmQ4YzJlNTlmNjMifX19"}]}}}

/Colored #7
type=command,ID=/give @p skull 1 3 {display:{Name:"G"},SkullOwner:{Id:"4b0845df-5f9a-47ab-8ab7-044f810017fd",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTk1ODYzYjczNjM3NjA1ZmVhY2JiMTczYjc3ZDVlMTU1ZTY1MjA0Yzc4ZDVjNzkxMWY3MzhmMjhkZWI2MCJ9fX0="}]}}}

/Colored #8
type=command,ID=/give @p skull 1 3 {display:{Name:"H"},SkullOwner:{Id:"ea507bde-e39a-4e8c-b6a7-35fffed066c6",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2MxZDM1OGQ5MjcwNzQyODljYzI2YmZmNWIxMjQwNzQ2ZjlmNGYwY2M0NmY5NDJmNTk4MWM2NTk1ZjcyZGQifX19"}]}}}

/Colored #9
type=command,ID=/give @p skull 1 3 {display:{Name:"I"},SkullOwner:{Id:"84143d3c-f198-461d-aecc-40741d5494fe",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGYyMjk1ODY1YmRhNGU0Nzk3OWQzNmI4YTg4N2E3NWExM2IwMzRlNjk4OGY3ODY3MGI2NGExZTY0NDJjIn19fQ=="}]}}}

/Colored #10
type=command,ID=/give @p skull 1 3 {display:{Name:"J"},SkullOwner:{Id:"3814608a-d3e2-49ce-9ebf-fe4c25efd882",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTM0NDYyYjU1ZDdmNTgyMzY4MGFkMTNmMmFkYmQ3ZDFlZDQ2YmE1MTAxMDE3ZWQ0YjM3YWVlZWI3NzVkIn19fQ=="}]}}}

/Colored #11
type=command,ID=/give @p skull 1 3 {display:{Name:"K"},SkullOwner:{Id:"519c18a7-f30d-4f03-8975-9655f2360347",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzczMzI1YTkzNWMwNjdiNmVmMjI3MzY3ZjYyY2E0YmY0OWY2N2FkYjlmNmRhMzIwOTFlMmQzMmM1ZGRlMzI4In19fQ=="}]}}}

/Colored #12
type=command,ID=/give @p skull 1 3 {display:{Name:"L"},SkullOwner:{Id:"c5d1650f-c193-4f67-be23-7eae09a66e1c",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjVhMWUzMzI4YzU3MWFhNDk1ZDljNWY0OTQ4MTVjY2ExNzZjM2FjYjE4NGZlYjVhN2I5Yzk2Y2U4ZTUyZmNlIn19fQ=="}]}}}

/Colored #13
type=command,ID=/give @p skull 1 3 {display:{Name:"M"},SkullOwner:{Id:"d6a7ebad-3f25-4d4c-9bf0-36b069dc38ca",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDQ2N2JmNmJlOTVlNWM4ZTlkMDE5NzdhMmYwYzQ4N2VkNWIwZGU1Yzg3OTYzYTJlYjE1NDExYzQ0MmZiMmIifX19"}]}}}

/Colored #14
type=command,ID=/give @p skull 1 3 {display:{Name:"N"},SkullOwner:{Id:"d621ae4e-f103-4b78-a180-c756b76b45b4",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODIzZTQzNGQ2Mzk1ZmU3ZTYzNDkyNDMxYmRlZTU3ODJiZDVlZTViYzhjYWI3NTU5NDY3YmRkMWY5M2I5MjVhIn19fQ=="}]}}}

/Colored #15
type=command,ID=/give @p skull 1 3 {display:{Name:"O"},SkullOwner:{Id:"425da042-932b-483d-9252-b7783871b66e",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODg0NDU0NjZiZGM1YWQ1YmNlYTgyMjM5YzRlMWI1MTBmNmVhNTI2MmQ4MmQ4YTk2ZDcyOTFjMzQyZmI4OSJ9fX0="}]}}}

/Colored #16
type=command,ID=/give @p skull 1 3 {display:{Name:"P"},SkullOwner:{Id:"ebfde078-cc98-48f1-ac64-608c8545cc28",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjlkZTYwMWRlZTNmZmVjYTRkNTQ1OTVmODQ0MjAxZDBlZDIwOTFhY2VjNDU0OGM2OTZiYjE2YThhMTU4ZjYifX19"}]}}}

/Colored #17
type=command,ID=/give @p skull 1 3 {display:{Name:"Q"},SkullOwner:{Id:"5f94a01f-2bf4-497b-90fb-188e38055ca9",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjZjYTc2OWJkZTI1ZDRjYzQxZTE5ZTQyYWRjMzVhYjRjMTU1N2I3NmFmMjMyNjQ5YWNjOTk2N2ZmMTk4ZjEzIn19fQ=="}]}}}

/Colored #18
type=command,ID=/give @p skull 1 3 {display:{Name:"R"},SkullOwner:{Id:"ff745ee1-3463-473e-9e5d-db5b3f9e56a1",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjdhMTg4ODA1MTYyY2E1ZGQ0ZjQ2NDljNjYxZDNmNmQyM2M0MjY2MmFlZjAxNjQ1YjFhOTdmNzhiM2YxMzIxOSJ9fX0="}]}}}

/Colored #19
type=command,ID=/give @p skull 1 3 {display:{Name:"S"},SkullOwner:{Id:"7fdd4eda-abdb-4019-aa25-9c23b69f0012",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjBkMDlkZmQ5ZjVkZTYyNDMyMzNlMGUzMzI1YjZjMzQ3OTMzNWU3Y2NmMTNmMjQ0OGQ0ZTFmN2ZjNGEwZGYifX19"}]}}}

/Colored #20
type=command,ID=/give @p skull 1 3 {display:{Name:"T"},SkullOwner:{Id:"28408552-4d4a-4830-a90e-8d2d98f84dcc",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjRjNzU2MTliOTFkMjQxZjY3ODM1MGFkOTIzN2MxMzRjNWUwOGQ4N2Q2ODYwNzQxZWRlMzA2YTRlZjkxIn19fQ=="}]}}}

/Colored #21
type=command,ID=/give @p skull 1 3 {display:{Name:"U"},SkullOwner:{Id:"0b7ee6c6-f3ae-43a2-b19b-0c9df57a752d",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTlmNmQyYzZkNTI4NWY4ODJhZTU1ZDFlOTFiOGY5ZWZkZmM5YjM3NzIwOGJmNGM4M2Y4OGRkMTU2NDE1ZSJ9fX0="}]}}}

/Colored #22
type=command,ID=/give @p skull 1 3 {display:{Name:"V"},SkullOwner:{Id:"4a7d6a90-977e-4708-976b-c52d27ecaa31",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGNlMjdhMTUzNjM1ZjgzNTIzN2Q4NWM2YmY3NGY1YjFmMmU2MzhjNDhmZWU4YzgzMDM4ZDA1NThkNDFkYTcifX19"}]}}}

/Colored #23
type=command,ID=/give @p skull 1 3 {display:{Name:"W"},SkullOwner:{Id:"eacab58c-56fb-46d9-97f6-c1c2cab2cf9e",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYWVkY2Y0ZmZjYjUzYjU2ZDQyYmFhYzlkMGRmYjExOGUzNDM0NjIzMjc0NDJkZDliMjlkNDlmNTBhN2QzOGIifX19"}]}}}

/Colored #24
type=command,ID=/give @p skull 1 3 {display:{Name:"X"},SkullOwner:{Id:"1f5d7b63-569e-4d96-b7fb-ef437ef39850",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODM2MThmZjEyMTc2NDBiZWM1YjUyNWZhMmE4ZTY3MWM3NWQyYTdkN2NiMmRkYzMxZDc5ZDlkODk1ZWFiMSJ9fX0="}]}}}

/Colored #25
type=command,ID=/give @p skull 1 3 {display:{Name:"Y"},SkullOwner:{Id:"fd3e1792-dd5e-497a-b2af-c24a22ca75e0",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDljMWQyOWEzOGJjZjExM2I3ZThjMzRlMTQ4YTc5ZjlmZTQxZWRmNDFhYThiMWRlODczYmIxZDQzM2IzODYxIn19fQ=="}]}}}

/Colored #26
type=command,ID=/give @p skull 1 3 {display:{Name:"Z"},SkullOwner:{Id:"34b483d5-b7b7-4a33-b8c1-bb725969bd4a",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjkyOTU3MzQxOTVkMmM3ZmEzODliOTg3NTdlOTY4NmNlNjQzN2MxNmM1OGJkZjJiNGNkNTM4Mzg5YjU5MTIifX19"}]}}}




/======================================Games==============================================

/portl #1
type=command,ID=/give @p skull 1 3 {display:{Name:"Orange Core"},SkullOwner:{Id:"3425e391-fc10-4ee0-96b8-7a74d09665d8",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODVjNGVmZmJhNGQ5OWY0MzczMTRjOGE4NzU1ODU2NzEzZmQ4NWRjZDE1YjM2OTBjNzQ5Y2UxZTQ0NDc0In19fQ=="}]}}}

/portl #2
type=command,ID=/give @p skull 1 3 {display:{Name:"Green Core"},SkullOwner:{Id:"4fb52742-0d4a-4836-a61a-30d6c1bfce50",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzM1YTIxZDk1ZTg1OTc3NTlmYjI1OWM5NTFlYTY4ZTFhZDMzNzRjYTQxZTU2ZWYxMjZmZmFiZmUwM2MxZTAifX19"}]}}}

/portl #3
type=command,ID=/give @p skull 1 3 {display:{Name:"Wheatley"},SkullOwner:{Id:"2bfae29c-a956-4064-84ce-b37784c3702f",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjY4NGY0YTZlZDE0Mjg2NWRiMDkzOGU0ODc2NzY4NDlhNTRkNjQzNzhlMmU5ZTdmNzEzYjliMWU5ZDA0MSJ9fX0="}]}}}

/ ========== GROUPS ==========

/Randomized Mob Heads
group:#rand(1,4):(ID=skull,damage=0;ID=skull,damage=1;ID=skull,damage=2;ID=skull,damage=4;ID=skull,damage=3,NBTTag=(SkullOwner=MHF_Blaze,display=(Name="$rBlaze Head"));ID=skull,damage=3,NBTTag=(SkullOwner=MHF_CaveSpider,display=(Name="$rCave Spider Head"));ID=skull,damage=3,NBTTag=(SkullOwner=MHF_Chicken,display=(Name="$rChicken Head"));ID=skull,damage=3,NBTTag=(SkullOwner=MHF_Cow,display=(Name="$rCow Head"));ID=skull,damage=3,NBTTag=(SkullOwner=MHF_Enderman,display=(Name="$rEnderman Head"));ID=skull,damage=3,NBTTag=(SkullOwner=MHF_Ghast,display=(Name="$rGhast Head"));ID=skull,damage=3,NBTTag=(SkullOwner=MHF_LavaSlime,display=(Name="$rMagma Cube Head"));ID=skull,damage=3,NBTTag=(SkullOwner=MHF_MushroomCow,display=(Name="$rMooshroom Head"));ID=skull,damage=3,NBTTag=(SkullOwner=MHF_Pig,display=(Name="$rPig Head"));ID=skull,damage=3,NBTTag=(SkullOwner=MHF_PigZombie,display=(Name="$rZombie Pigman Head"));ID=skull,damage=3,NBTTag=(SkullOwner=MHF_Sheep,display=(Name="$rSheep Head"));ID=skull,damage=3,NBTTag=(SkullOwner=MHF_Slime,display=(Name="$rSlime Head"));ID=skull,damage=3,NBTTag=(SkullOwner=MHF_Spider,display=(Name="$rSpider Head"));ID=skull,damage=3,NBTTag=(SkullOwner=MHF_Squid,display=(Name="$rSquid Head"));ID=skull,damage=3,NBTTag=(SkullOwner=MHF_Villager,display=(Name="$rVillager Head"));ID=skull,damage=3,NBTTag=(SkullOwner=MHF_Golem,display=(Name="$rIron Golem Head")))@luck=0
/Prismarine Items
group(ID=prismarine,amount=#rand(5,10);ID=prismarine,damage=1,amount=#rand(4,8);ID=prismarine,damage=2,amount=#rand(4,8);ID=sea_lantern,amount=#rand(4,8);ID=prismarine_shard,amount=#rand(15,30);ID=prismarine_crystals,amount=#rand(10,30);type=particle,ID=2002,damage=14)@luck=1
/Stack of Glass
group(type=item,ID=glass,amount=#rand(8,16);type=item,ID=stained_glass,amount=#rand(32,64),damage=#rand(0,15);type=sound,ID=dig.glass)@luck=0
/Old Bacon (Rotten Flesh)
type=item, ID=rotten_flesh,NBTTag=(display=(Name=$aOld Bacon))@luck=-1
/Jukebox and Random Music Discs
group(type=item,ID=jukebox;type=item,ID=#rand(2256,2267),amount=#rand(2,3))@luck=1
/Experience Bottles
type=item,ID=experience_bottle,amount=#rand(32,64)
/All Stone Types
group(type=item,ID=stone,amount=64;type=item,ID=cobblestone,amount=64;type=item,ID=stone,amount=64,damage=1;type=item,ID=stone,amount=64,damage=2;type=item,ID=stone,amount=64,damage=3;type=item,ID=stone,amount=64,damage=4;type=item,ID=stone,amount=64,damage=5;type=item,ID=stone,amount=64,damage=6;type=item,ID=stonebrick,amount=64;type=item,ID=stonebrick,amount=64,damage=1;type=item,ID=stonebrick,amount=64,damage=2;type=item,ID=stonebrick,amount=64,damage=3;type=item,ID=mossy_cobblestone,amount=64)@luck=0
/Doors
group(type=item,ID=wooden_door;type=item,ID=acacia_door;type=item,ID=dark_oak_door;type=item,ID=birch_door;type=item,ID=jungle_door;type=item,ID=spruce_door)@luck=0
/Dragon Egg
type=item, ID=dragon_egg@luck=2

/ bookshelves and books
group(ID=bookshelf,amount=#rand(6,12);ID=book,amount=#rand(8,16))@luck=0
/ pumpkins and jack o'lanterns
group(ID=pumpkin,amount=#rand(8,16);ID=lit_pumpkin,amount=#rand(8,16))@luck=0
/ golden apples
group(ID=golden_apple,amount=#rand(2,4);ID=golden_apple,amount=#rand(1,2),damage=1)@luck=2
/ buckets
group(ID=bucket,amount=#rand(1,2);ID=water_bucket,amount=#rand(1,2);ID=lava_bucket,amount=#rand(1,2);ID=milk_bucket,amount=#rand(1,2))@luck=0
/ meat (raw and cooked)
group:1:(group(ID=porkchop,amount=#rand(8,16);ID=cooked_porkchop,amount=#rand(4,8));group(ID=fish,amount=#rand(8,16);ID=cooked_fish,amount=#rand(4,8));group(ID=beef,amount=#rand(8,16);ID=cooked_beef,amount=#rand(4,8));group(ID=chicken,amount=#rand(8,16);ID=cooked_chicken,amount=#rand(4,8));group(ID=mutton,amount=#rand(8,16);ID=cooked_mutton,amount=#rand(4,8));group(ID=rabbit,amount=#rand(8,16);ID=cooked_rabbit,amount=#rand(4,8)))@luck=1
/ vegetable food (carrots, potatoes, pumpkin pie)
group:1:(group(ID=carrot,amount=#rand(8,16);ID=golden_carrot,amount=#rand(4,8));group(ID=potato,amount=#rand(8,16);ID=baked_potato,amount=#rand(4,8);ID=poisonous_potato,amount=#rand(2,4));group(ID=pumpkin_pie,amount=#rand(6,12)))@luck=1
/ ender pearls and eyes 
group(ID=ender_pearl,amount=10;ID=ender_eye,amount=5)@luck=2
/ potions
ID=potion,damage=#randPotionDamage,amount=#rand(4,8)@luck=1
/ spawn eggs
ID=spawn_egg,damage=#randSpawnEggDamage,amount=#rand(4,8)@luck=1
/ heads
ID=skull,damage=#rand(0,4),amount=#rand(1,3)@luck=0
/ jukebox music discs
group(ID=jukebox;ID=#rand(2256,2267),amount=#rand(1,3))@luck=1
/ brewing
group(ID=ender_pearl,amount=#rand(1,3);ID=blaze_rod,amount=#rand(1,3);ID=ghast_tear,amount=#rand(1,3);ID=gold_nugget,amount=#rand(1,3);ID=nether_wart,amount=#rand(1,3);ID=spider_eye,amount=#rand(1,3);ID=fermented_spider_eye,amount=#rand(1,3);ID=blaze_powder,amount=#rand(1,3);ID=magma_cream,amount=#rand(1,3);ID=ender_eye,amount=#rand(1,3);ID=speckled_melon,amount=#rand(1,3);ID=rabbit_foot,amount=#rand(1,3);type=particle,ID=2002,damage=3)@luck=2
/ redstone
group(ID=dispenser,amount=2;ID=noteblock,amount=1;ID=sticky_piston,amount=4;ID=piston,amount=4;ID=tnt,amount=6;ID=lever,amount=2;ID=stone_pressure_plate,amount=2;ID=wooden_pressure_plate,amount=2;ID=redstone_torch,amount=8;ID=stone_button,amount=2;ID=trapdoor,amount=2;ID=iron_trapdoor,amount=2;ID=fence_gate,amount=1;ID=redstone_lamp,amount=4;ID=tripwire_hook,amount=2;ID=wooden_button,amount=2;ID=light_weighted_pressure_plate,amount=1;ID=heavy_weighted_pressure_plate,amount=1;ID=daylight_detector,amount=1;ID=hopper,amount=4;ID=dropper,amount=#rand(2,4);ID=wooden_door,amount=1;ID=iron_door,amount=1;ID=redstone,amount=#rand(32,64);ID=repeater,amount=8;ID=comparator,amount=2;type=particle,ID=2002,damage=9)@luck=2
/ colorful
group(group:1:(ID=wool,damage=#rand(0,15),amount=#rand(32,64);ID=stained_hardened_clay,damage=#rand(0,15),amount=#rand(32,64);ID=dye,damage=#rand(0,15),amount=#rand(32,64));type=particle,ID=2002,damage=#randPotionParticle,amount=10)@luck=1
/ iron, gold, diamond, emerald, lapis with fireworks
group(ID=iron_ingot,amount=#rand(8,16);ID=gold_ingot,amount=#rand(8,16);ID=diamond,amount=#rand(8,16);ID=emerald,amount=#rand(8,16);ID=dye,damage=4,amount=#rand(8,16);type=entity,ID=FireworksRocketEntity,NBTTag=(LifeTime=20,FireworksItem=(id=fireworks,tag=#randFireworksRocket)),amount=20,posOffset=#circleOffset(0,2))@luck=2
/ quartz
group(ID=stone_slab,damage=7,amount=#rand(4,8);ID=quartz_ore,amount=#rand(16,32);ID=quartz_block,amount=#rand(4,8);ID=quartz_block,damage=1,amount=#rand(4,8);ID=quartz_block,damage=2,amount=#rand(4,8);ID=quartz_stairs,amount=#rand(4,8);ID=quartz,amount=#rand(24,32);type=particle,ID=2002,damage=14)@luck=1
/ fish
group(ID=fishing_rod;ID=349,damage=#rand(0,3),amount=#rand(10,20))@luck=1
/ message with mushroom
group(type=command,ID="/tell #pName Listen to me, #pName. You are in grave danger. You need to run. Now. Take this mushroom, it is your only hope.",commandSender="PlayerInDistress";ID=red_mushroom,NBTTag=(display=(Name="$cOnly Hope")))@luck=-1
/ random jokes
group:1:(ID=clock,NBTTag=(display=(Name="You're wasting your time"));ID=fish,damage=2,NBTTag=(display=(Name="I'm funny"));ID=fish,damage=3,NBTTag=(display=(Name="Oooooh!")))@luck=-1
/ flowers
group(ID=red_flower,damage=#rand(0,8),amount=64)@luck=0
/ enchantment books
ID=enchanted_book,NBTTag=(StoredEnchantments=#randEnchantment),amount=#rand(7,10)@luck=1
/ prismarine
group(ID=prismarine,amount=#rand(4,8);ID=prismarine,damage=1,amount=#rand(4,8);ID=prismarine,damage=2,amount=#rand(4,8);ID=sea_lantern,amount=#rand(4,8);ID=prismarine_shard,amount=#rand(15,30);ID=prismarine_crystals,amount=#rand(10,20);type=particle,ID=2002,damage=14)@luck=1

/ ========== ENTITIES ==========

/ lucky mobs
group:1:(type=entity,ID=Pig,NBTTag=(CustomName="$e$lLucky Pig",CustomNameVisible=true);type=entity,ID=Cow,NBTTag=(CustomName="$e$lLucky Cow",CustomNameVisible=true);type=entity,ID=Chicken,NBTTag=(CustomName="$e$lLucky Chicken",CustomNameVisible=true);type=entity,ID=Sheep,NBTTag=(CustomName="$e$lLucky Sheep",CustomNameVisible=true);type=entity,ID=Rabbit,NBTTag=(CustomName="$e$lLucky Rabbit",CustomNameVisible=true);type=entity,ID=Squid,NBTTag=(CustomName="$e$lUnlucky Squid",CustomNameVisible=true))@luck=0
/ colored sheep
type=entity,ID=Sheep,NBTTag=(CustomName="$cM$6r. $eR$aa$2i$bn$3b$5o$dw",CustomNameVisible=true,Color=#rand(0,15)),posOffset=#circleOffset(4),amount=16@luck=1

/ thrown eggs
group(type=entity,ID=ThrownEgg,NBTTag=(Motion=#randLaunchMotion(0.6,15)),amount=40;type=entity,ID=Item,NBTTag=(Item=(id=diamond,Count=1),Motion=#randLaunchMotion(0.7,18)),amount=20)@luck=2
/ thrown exp bottles
type=entity,ID=ThrownExpBottle,NBTTag=(Motion=#randLaunchMotion),amount=#rand(16,32)@luck=2
/ launched tnt
type=entity,ID=PrimedTnt,NBTTag=(Fuse=50b,Motion=#randLaunchMotion),amount=15@luck=-2
/ lightning creeper group
group(type=difficulty,ID=hard;type=entity,ID=Creeper,amount=#rand(16,64);type=entity,ID=LightningBolt)@luck=-2
/ lightning creeper
group(type=difficulty,ID=hard;type=entity,ID=Creeper;type=entity,ID=LightningBolt)@luck=-2

/ lightning villager group
group(type=difficulty,ID=hard;type=entity,ID=Villager,amount=#rand(16,64);type=entity,ID=LightningBolt)@luck=-2
/ lightning villager
group(type=difficulty,ID=hard;type=entity,ID=Villager;type=entity,ID=LightningBolt)@luck=-2

/ lightning pig group
group(type=difficulty,ID=hard;type=entity,ID=Pig,amount=#rand(16,64);type=entity,ID=LightningBolt)@luck=-2
/ lightning pig
group(type=difficulty,ID=hard;type=entity,ID=Pig;type=entity,ID=LightningBolt)@luck=-2

/ lightning rabit group
group(type=difficulty,ID=hard;type=entity,ID=Rabbit,amount=#rand(16,64);type=entity,ID=LightningBolt)@luck=-2
/ lightning rabit
group(type=difficulty,ID=hard;type=entity,ID=Rabbit;type=entity,ID=LightningBolt)@luck=-2

/ lightning Cow group
group(type=difficulty,ID=hard;type=entity,ID=Cow,amount=#rand(16,64);type=entity,ID=LightningBolt)@luck=-2
/ lightning Cow
group(type=difficulty,ID=hard;type=entity,ID=Cow;type=entity,ID=LightningBolt)@luck=-2

/When Pigs Fly
type=entity,ID=Pig,amount=25,NBTTag=(CustomName="$bWhen Pigs Fly",CustomNameVisible=true,Riding=(id="Bat",Silent=true,ActiveEffects=[(Id=14,Amplifier=1,Duration=40000,ShowParticles=false)]))@luck=0

/Cookie Creeper
type=entity,ID=Creeper,NBTTag=(Equipment=[(id=cookie,Count=64)],DropChances=[2f],Attributes=[(Name=generic.followRange,Base=0.0)],CustomName=$aCookie Creeper)@luck=2

/Villager Cowboy
group(type=difficulty,ID=hard;type=entity,ID=Villager,NBTTag=(Equipment=[(id=diamond_helmet,Count=1,tag=(ench=#luckyHelmetEnchantments)),(id=diamond_chestplate,Count=1,tag=(ench=#luckyChestplateEnchantments)),(id=diamond_leggings,Count=1,tag=(ench=#luckyLeggingsEnchantments)),(id=diamond_boots,Count=1,tag=(ench=#luckyBootsEnchantments))],DropChances=[#randList(0,2)f,#randList(0,2)f,#randList(0,2)f,#randList(0,2)f,#randList(0,2)f],CustomName="$7$lCowboy",CustomNameVisible=true,Riding=(id=EntityHorse,Tame=true,Type=2,Riding=(id=Bat,Silent=true,ActiveEffects=[(Id=14,Duration=100000,Amplifier=1,ShowParticles=false)]))))@luck=1

/Zombie Horseman
group(type=difficulty,ID=hard;type=entity,ID=Zombie,NBTTag=(Equipment=[(id=diamond_helmet,Count=1,tag=(ench=#luckyHelmetEnchantments)),(id=diamond_chestplate,Count=1,tag=(ench=#luckyChestplateEnchantments)),(id=diamond_leggings,Count=1,tag=(ench=#luckyLeggingsEnchantments)),(id=diamond_boots,Count=1,tag=(ench=#luckyBootsEnchantments))],DropChances=[#randList(0,2)f,#randList(0,2)f,#randList(0,2)f,#randList(0,2)f,#randList(0,2)f],CustomName="$7$lZombie Horseman",CustomNameVisible=true,Riding=(id=EntityHorse,Tame=true,Type=1,Riding=(id=Bat,Silent=true,ActiveEffects=[(Id=14,Duration=100000,Amplifier=1,ShowParticles=false)]))))@luck=0

/The Great Defender
type=entity, ID=VillagerGolem,NBTTag=(Equipment=[(id=diamond_helmet,Count=1,tag=(ench=#luckyHelmetEnchantments)),(id=diamond_chestplate,Count=1,tag=(ench=#luckyChestplateEnchantments)),(id=diamond_leggings,Count=1,tag=(ench=#luckyLeggingsEnchantments)),(id=diamond_boots,Count=1,tag=(ench=#luckyBootsEnchantments))],Attributes=[(Name=generic.attackDamage,Base=50.0),(Name=generic.maxHealth,Base=100000)],CustomName=$e$lThe Great Defender)@luck=2

/ lightning horse group
group(type=difficulty,ID=hard;type=entity,ID=EntityHorse,amount=#rand(16,64);type=entity,ID=LightningBolt)@luck=-2
/ lightning pig
group(type=difficulty,ID=hard;type=entity,ID=EntityHorse;type=entity,ID=LightningBolt)@luck=-2

/Free Hugs!
type=entity,ID=Zombie,NBTTag=(CustomName="$aFree Hugs",Attributes=[(Name=generic.attackDamage,Base=0.0)])@luck=0

/Lucky Chickens with Emeralds
group(type=entity,ID=ThrownEgg,NBTTag=(Motion=#randLaunchMotion(0.6,15)),amount=50;type=entity,ID=Item,NBTTag=(Item=(id=emerald,Count=1),Motion=#randLaunchMotion(0.7,18)),amount=#rand(5,15))@luck=2

/Thrown Experience Bottles #1
type=entity,ID=ThrownExpBottle,NBTTag=(Motion=#randLaunchMotion),amount=#rand(16,32)@luck=2

/Thrown Experience Bottles #2
type=entity,ID=ThrownExpBottle,NBTTag=(Motion=#randLaunchMotion),amount=#rand(32,48)@luck=2@chance=0.8

/Thrown Experience Bottles #3
type=entity,ID=ThrownExpBottle,NBTTag=(Motion=#randLaunchMotion),amount=#rand(48,64)@luck=2@chance=0.6

/explosiv exp
type=entity,ID=PrimedTnt,Riding=(type=entity,ID=XPOrb),amount=#rand(48,64)@luck=-1

/ giant
group(type=difficulty,ID=hard;type=entity,ID=Giant)@luck=-2
/ wither
group(type=difficulty,ID=hard;type=entity,ID=WitherBoss)@chance=0.1@luck=-2
/ ghast
group(type=difficulty,ID=hard;type=entity,ID=Ghast)@chance=0.2@luck=-2
/ elder guardian
group(type=difficulty,ID=hard;type=entity,ID=Guardian,NBTTag=(Elder=1)))@chance=0.5@luck=-2
/ killer rabbit
group(type=difficulty,ID=hard;type=entity,ID=Rabbit,NBTTag=(RabbitType=99))@luck=-1
/ lightning creeper
group(type=difficulty,ID=hard;type=entity,ID=Creeper;type=entity,ID=LightningBolt)@luck=-2
/ bob zombie
group(type=difficulty,ID=hard;type=entity,ID=Zombie,NBTTag=(Equipment=[(id=diamond_sword,Count=1,tag=(ench=#luckySwordEnchantments)),(id=diamond_helmet,Count=1,tag=(ench=#luckyHelmetEnchantments)),(id=diamond_chestplate,Count=1,tag=(ench=#luckyChestplateEnchantments)),(id=diamond_leggings,Count=1,tag=(ench=#luckyLeggingsEnchantments)),(id=diamond_boots,Count=1,tag=(ench=#luckyBootsEnchantments))],DropChances=[#randList(0,2)f,#randList(0,2)f,#randList(0,2)f,#randList(0,2)f,#randList(0,2)f],CustomName="$e$lBob",CustomNameVisible=true))@luck=-2

/ butcher
group(type=difficulty,ID=hard;type=entity,ID=Zombie,NBTTag=(Equipment=[(id=diamond_axe,Count=1,tag=(ench=#luckySwordEnchantments)),(id=chain_helmet,Count=1,tag=(ench=#luckyHelmetEnchantments)),(id=leather_chestplate,Count=1,tag=(ench=#luckyChestplateEnchantments)),(id=leather_leggings,Count=1,tag=(ench=#luckyLeggingsEnchantments)),(id=iron_boots,Count=1,tag=(ench=#luckyBootsEnchantments))],DropChances=[#randList(0,2)f,#randList(0,2)f,#randList(0,2)f,#randList(0,2)f,#randList(0,2)f],CustomName="$e$lButcher“,CustomNameVisible=true))@luck=-2

/ ghostly horseman skeleton
group(type=difficulty,ID=hard;type=entity,ID=Skeleton,NBTTag=(Equipment=[(id=bow,Count=1,tag=(ench=#luckyBowEnchantments)),(id=chainmail_helmet,Count=1,tag=(ench=#luckyHelmetEnchantments)),(id=chainmail_chestplate,Count=1,tag=(ench=#luckyChestplateEnchantments)),(id=chainmail_leggings,Count=1,tag=(ench=#luckyLeggingsEnchantments)),(id=chainmail_boots,Count=1,tag=(ench=#luckyBootsEnchantments))],DropChances=[#randList(0,2)f,#randList(0,2)f,#randList(0,2)f,#randList(0,2)f,#randList(0,2)f],CustomName="$7$lGhostly Horseman",CustomNameVisible=true,Riding=(id=EntityHorse,Tame=true,Type=4,Riding=(id=Bat,Silent=true,ActiveEffects=[(Id=14,Duration=100000,Amplifier=1,ShowParticles=false)]))))@luck=-2

/ ghostly horseman skeleton ground
group(type=difficulty,ID=hard;type=entity,ID=Skeleton,NBTTag=(Equipment=[(id=bow,Count=1,tag=(ench=#luckyBowEnchantments)),(id=chainmail_helmet,Count=1,tag=(ench=#luckyHelmetEnchantments)),(id=chainmail_chestplate,Count=1,tag=(ench=#luckyChestplateEnchantments)),(id=chainmail_leggings,Count=1,tag=(ench=#luckyLeggingsEnchantments)),(id=chainmail_boots,Count=1,tag=(ench=#luckyBootsEnchantments))],DropChances=[#randList(0,2)f,#randList(0,2)f,#randList(0,2)f,#randList(0,2)f,#randList(0,2)f],CustomName="$7$lGhostly Horseman",CustomNameVisible=true,Riding=(id=EntityHorse,Tame=true,Type=4)))@luck=-2

/ stacked villager and pigs
type=entity,ID=Villager,NBTTag=(Riding=(id=Pig,Riding=(id=Pig,Riding=(id=Pig,Riding=(id=Pig,Riding=(id=Pig,Riding=(id=Pig,Riding=(id=Pig))))))))@luck=0

/ stacked zwombie
type=entity,ID=Villager,NBTTag=(Riding=(id=Blaze,Riding=(id=Pig,Riding=(id=Zombie,Riding=(id=Ghast,Riding=(id=Bat,Riding=(id=Villager,Riding=(id=Skeleton))))))))@luck=0

/ stacked villager and pigs + lightning
type=entity,ID=Villager,NBTTag=(Riding=(id=Pig,Riding=(id=Pig,Riding=(id=Pig,Riding=(id=Pig,Riding=(id=Pig,Riding=(id=Pig,Riding=(id=Pig);type=entity,ID=LightningBolt)))))))@luck=0

/ horses
type=entity,ID=EntityHorse,amount=12,posOffset=#circleOffset(4),NBTTag=(Type=#rand(0,4),Tame=true)@luck=1

/ witch with bats
group(type=difficulty,ID=hard;type=entity,ID=Witch;type=entity,ID=Bat,posY=#bPosY+#rand(0,2),posOffset=#circleOffset(0,1),amount=64)@luck=-1

/ bats
group(type=time,ID=111123;type=entity,ID=Bat,posY=#bPosY+#rand(0,2),posOffset=#circleOffset(5,50),amount=64)@luck=-1

/ huge slime and magma cube
group:1:(type=entity,ID=Slime,NBTTag=(Size=10);type=entity,ID=LavaSlime,NBTTag=(Size=10))@luck=-2

/ pet wolves
group(type=entity,ID=Wolf,amount=#rand(5,10),posOffset=#circleOffset(3),NBTTag=(CollarColor=#rand(0,14),Owner=#pName,Sitting=1);type=particle,ID="heart",size=(2,0,2),particleAmount=20)@luck=1
/ pet cats
group(type=entity,ID=Ozelot,amount=#rand(5,10),posOffset=#circleOffset(3),NBTTag=(CatType=#rand(0,3),Owner=#pName,Sitting=1);type=particle,ID="heart",size=(2,0,2),particleAmount=20)@luck=1
/ pet rabbits
group(type=entity,ID=Rabbit,amount=#rand(5,10),posOffset=#circleOffset(3),NBTTag=(RabbitType=#rand(0,5),Owner=#pName,Sitting=1);type=particle,ID="heart",size=(2,0,2),particleAmount=20)@luck=1

/Evil Villager
group(type=command,ID="/gamerule commandBlockOutput false";type=entity,ID=Skeleton,NBTTag=(SkeletonType=1,Silent=true,CustomName="EvilVillager",Equipment=[(id=diamond_sword),(id=leather_helmet),(id=leather_chestplate),(id=leather_leggings),(id=skull,Count=1,Damage=3,tag=(SkullOwner=MHF_Villager))]);type=command,ID="/entitydata @e[c=1,name=EvilVillager] {ForgeData:{LootPPCommands:{CommandList:["playsound mob.villager.idle @a ~ ~ ~ 1.0 1.0"],Repeat:true,Time:99,Delays:[100],CommandListOnHurt:["playsound mob.villager.hit @a ~ ~ ~ 1.0 1.0"],CommandListOnDeath:["playsound mob.villager.death @a ~ ~ ~ 1.0 1.0"]}}}")@luck=-2

/Mutant Mooshroom
group(type=command,ID="/gamerule commandBlockOutput false";type=entity,ID=Zombie,NBTTag=(Silent=true,Attributes=[(Name=generic.maxHealth,Base=300)],CustomName="MutantMooshroom",Equipment=[(id=iron_sword),(id=leather_helmet),(id=leather_chestplate),(id=leather_leggings),(id=skull,Count=1,Damage=3,tag=(display=(Name="$2Mooshroom's Head"),SkullOwner=Mooshroom))]);type=command,ID="/entitydata @e[c=1,name=MutantMooshroom] {ForgeData:{LootPPCommands:{CommandList:["playsound mob.cow.say @a ~ ~ ~ 1.0 1.0"],Repeat:true,Time:99,Delays:[100],CommandListOnHurt:["playsound mob.cow.hurt @a ~ ~ ~ 1.0 1.0"],CommandListOnDeath:["playsound mob.cow.hurt @a ~ ~ ~ 1.0 1.0"]}}}")@luck=-2

/Undead Miner
type=entity,ID=Zombie,NBTTag=(Equipment=[(id=diamond_pickaxe,Count=1,tag=(ench=#luckySwordEnchantments)),(id=leather_helmet,Count=1),(id=leather_chestplate,Count=1),(id=leather_leggings,Count=1),(id=golden_boots,Count=1)],CustomName="$aUndead Miner",CustomNameVisible=true)@luck=-2

/Low Rider
type=entity,ID=Skeleton,amount=10,posOffset=circleOffset(5,10),NBTTag=(SkeletonType=1,Equipment=[(id=diamond_sword,Count=1,tag=(ench=#luckySwordEnchantments)),(id=iron_helmet,Count=1,tag=(ench=#luckyHelmetEnchantments)),(id=iron_chestplate,Count=1,tag=(ench=#luckyChestplateEnchantments)),(id=iron_leggings,Count=1,tag=(ench=#luckyLeggingsEnchantments)),(id=iron_boots,Count=1,tag=(ench=#luckyBootsEnchantments))],CustomName="$aLow Rider",CustomNameVisible=true,Riding=(id=Chicken))@luck=-2

/Random Hostile Mobs on a Bat
type=entity,ID=#randList(Creeper,Zombie,Skeleton,PigZombie,Enderman,Blaze,Ghast,Spider,CaveSpider,Slime,LavaSlime,Silverfish,Witch,Endermite,Giant,Guardian),amount=30,NBTTag=(Riding=(id=Bat))@luck=-2

/Johnny
group(type=difficulty,ID=hard;type=entity,ID=PigZombie,NBTTag=(Equipment=[(id=diamond_sword,Count=1,tag=(ench=#luckySwordEnchantments)),(id=iron_helmet,Count=1,tag=(ench=#luckyHelmetEnchantments)),(id=iron_chestplate,Count=1,tag=(ench=#luckyChestplateEnchantments)),(id=iron_leggings,Count=1,tag=(ench=#luckyLeggingsEnchantments)),(id=iron_boots,Count=1,tag=(ench=#luckyBootsEnchantments))],DropChances=[#randList(0,2)f,#randList(0,2)f,#randList(0,2)f,#randList(0,2)f,#randList(0,2)f],CustomName="$e$lJohnny",CustomNameVisible=true))@luck=-1

/George the Wither Skeleton
group(type=difficulty,ID=hard;type=entity,ID=Skeleton,NBTTag=(SkeletonType=1,Equipment=[(id=diamond_sword,Count=1,tag=(ench=#luckySwordEnchantments)),(id=golden_helmet,Count=1,tag=(ench=#luckyHelmetEnchantments)),(id=golden_chestplate,Count=1,tag=(ench=#luckyChestplateEnchantments)),(id=golden_leggings,Count=1,tag=(ench=#luckyLeggingsEnchantments)),(id=golden_boots,Count=1,tag=(ench=#luckyBootsEnchantments))],DropChances=[#randList(0,2)f,#randList(0,2)f,#randList(0,2)f,#randList(0,2)f,#randList(0,2)f],Attributes=[(Name=generic.maxHealth,Base=4000)],CustomName="$2George",CustomNameVisible=true))@luck=-2

/George Tribe
group(type=difficulty,ID=hard;type=entity,ID=Skeleton,amount=50,posOffset=#circleOffset(5,40),NBTTag=(SkeletonType=1,Equipment=[(id=diamond_sword,Count=1,tag=(ench=#luckySwordEnchantments)),(id=golden_helmet,Count=1,tag=(ench=#luckyHelmetEnchantments)),(id=golden_chestplate,Count=1,tag=(ench=#luckyChestplateEnchantments)),(id=golden_leggings,Count=1,tag=(ench=#luckyLeggingsEnchantments)),(id=golden_boots,Count=1,tag=(ench=#luckyBootsEnchantments))],DropChances=[#randList(0,2)f,#randList(0,2)f,#randList(0,2)f,#randList(0,2)f,#randList(0,2)f],Attributes=[(Name=generic.maxHealth,Base=1000)],CustomName="$2$lGeorge Tribe",CustomNameVisible=true);type=message,ID=$2$lGEORGE TRIBE)@luck=-2

/Skellie the Skeleton
group(type=difficulty,ID=hard;type=entity,ID=Skeleton,NBTTag=(Equipment=[(id=bow,Count=1,tag=(ench=#luckyBowEnchantments)),(id=diamond_helmet,Count=1,tag=(ench=#luckyHelmetEnchantments)),(id=diamond_chestplate,Count=1,tag=(ench=#luckyChestplateEnchantments)),(id=diamond_leggings,Count=1,tag=(ench=#luckyLeggingsEnchantments)),(id=diamond_boots,Count=1,tag=(ench=#luckyBootsEnchantments))],DropChances=[#randList(0,2)f,#randList(0,2)f,#randList(0,2)f,#randList(0,2)f,#randList(0,2)f],Attributes=[(Name=generic.maxHealth,Base=3000)],CustomName="$6 =#circleOffset(5,45),delay=2;type=entity,ID=Zombie,amount=50,posOffset=#circleOffset(5,45),delay=7;type=entity,ID=Zombie,amount=50,posOffset=#circleOffset(5,45),delay=12;type=entity,ID=Zombie,amount=50,posOffset=#circleOffset(5,45),delay=17;type=entity,ID=Zombie,amount=50,posOffset=#circleOffset(5,45),delay=22;type=entity,ID=Zombie,amount=70,posOffset=#circleOffset(5,45),delay=27;type=time,ID=13333;type=message,ID=$eZOMBIE APOCALYPSE)@luck=-2

/A Big Problem (Giants)
group(type=entity,ID=Giant,amount=15,posOffset=#circleOffset(5,45),delay=2;type=entity,ID=Giant,amount=6,posOffset=#circleOffset(5,45),delay=10;type=entity,ID=Giant,amount=15,posOffset=#circleOffset(5,45),delay=14;type=entity,ID=Giant,amount=20,posOffset=#circleOffset(5,45),delay=18;type=entity,ID=Giant,amount=20,posOffset=#circleOffset(5,45),delay=22;type=entity,ID=Giant,amount=25,posOffset=#circleOffset(5,45),delay=26;type=time,ID=13333;type=message,ID=$eA BIG PROBLEM)@luck=-2

/Creeper Invasion
group(type=entity,ID=Creeper,amount=50,posOffset=#circleOffset(5,45),delay=2;type=entity,ID=Creeper,amount=50,posOffset=#circleOffset(5,45),delay=6;type=entity,ID=Creeper,amount=50,posOffset=#circleOffset(5,45),delay=10;type=entity,ID=Creeper,amount=50,posOffset=#circleOffset(5,45),delay=15;type=entity,ID=Creeper,amount=50,posOffset=#circleOffset(5,45),delay=20;type=entity,ID=Creeper,amount=70,posOffset=#circleOffset(5,45),delay=25;type=entity,ID=Creeper,amount=120,posOffset=#circleOffset(5,45),delay=30;type=time,ID=13333;type=message,ID=$eCREEPER INVASION)@luck=-2

/The Haunted Hoe
group(type=difficulty,ID=hard;type=command,delay=0.4,ID=\"/title @p[name=#pName] title {text:\"Mob Battle\",color:dark_red,bold:true}\";type=command,ID=\"/title @p[name=#pName] subtitle {text:\"THE HAUNTED HOE\",color:yellow}\";type=entity,ID=Skeleton,NBTTag=(SkeletonType=1,Silent=true,Equipment=[(id=wooden_hoe,Count=1,tag=(ench=#luckySwordEnchantments))],Attributes=[(Name=generic.maxHealth,Base=2500)],ActiveEffects=[(Id=14,Amplifier=1,Duration=40000)],CustomName="$aHaunted Hoe",CustomNameVisible=true);type=command,ID=\"/playsound records.13 @a ~ ~ ~ 3.0 1.0\",delay=0.5)luck=-2

/The Haunted sword
group(type=difficulty,ID=hard;type=command,delay=0.4,ID=\"/title @p[name=#pName] title {text:\"Mob Battle\",color:dark_red,bold:true}\";type=command,ID=\"/title @p[name=#pName] subtitle {text:\"THE HAUNTED SWORD\“,color:yellow}\";type=entity,ID=Skeleton,NBTTag=(SkeletonType=1,Silent=true,Equipment=[(id=wooden_sword,Count=1,tag=(ench=#luckySwordEnchantments))],Attributes=[(Name=generic.maxHealth,Base=2500)],ActiveEffects=[(Id=14,Amplifier=1,Duration=40000)],CustomName="$aHaunted Hoe",CustomNameVisible=true);type=command,ID=\"/playsound records.13 @a ~ ~ ~ 3.0 1.0\",delay=0.5)luck=-2
/The Haunted Pick
group(type=difficulty,ID=hard;type=command,delay=0.4,ID=\"/title @p[name=#pName] title {text:\"Mob Battle\",color:dark_red,bold:true}\";type=command,ID=\"/title @p[name=#pName] subtitle {text:\"THE HAUNTED PICKAXE\“,color:yellow}\";type=entity,ID=Skeleton,NBTTag=(SkeletonType=1,Silent=true,Equipment=[(id=wooden_pickaxe,Count=1,tag=(ench=#luckySwordEnchantments))],Attributes=[(Name=generic.maxHealth,Base=2500)],ActiveEffects=[(Id=14,Amplifier=1,Duration=40000)],CustomName="$aHaunted Hoe",CustomNameVisible=true);type=command,ID=\"/playsound records.13 @a ~ ~ ~ 3.0 1.0\",delay=0.5)luck=-2
/The Haunted Axe
group(type=difficulty,ID=hard;type=command,delay=0.4,ID=\"/title @p[name=#pName] title {text:\"Mob Battle\",color:dark_red,bold:true}\";type=command,ID=\"/title @p[name=#pName] subtitle {text:\"THE HAUNTED AXE\“,color:yellow}\";type=entity,ID=Skeleton,NBTTag=(SkeletonType=1,Silent=true,Equipment=[(id=wooden_axe,Count=1,tag=(ench=#luckySwordEnchantments))],Attributes=[(Name=generic.maxHealth,Base=2500)],ActiveEffects=[(Id=14,Amplifier=1,Duration=40000)],CustomName="$aHaunted Hoe",CustomNameVisible=true);type=command,ID=\"/playsound records.13 @a ~ ~ ~ 3.0 1.0\",delay=0.5)luck=-2

/some spawners
type=entity,ID=MinecartSpawner,amount=5000000,posOffset=#circleOffset(5,105);type=time,ID=15003;type=message,ID=$aSome Spawners for you)@luck=0@chance=0.7

/Mob Takeover
group(type=entity,ID=Zombie,amount=50,posOffset=#circleOffset(5,45);type=entity,ID=PigZombie,amount=50,posOffset=#circleOffset(5,45);type=entity,ID=Ghast,amount=50,posOffset=#circleOffset(5,45);type=entity,ID=Blaze,amount=50,posOffset=#circleOffset(5,45);type=entity,ID=Skeleton,amount=50,posOffset=#circleOffset(5,45);type=entity,ID=Creeper,amount=70,posOffset=#circleOffset(5,45);type=entity,ID=Enderman,amount=70,posOffset=#circleOffset(5,45);type=entity,ID=Witch,amount=50,posOffset=#circleOffset(5,45);type=entity,ID=WitherBoss,amount=5,posOffset=#circleOffset(5,45);type=time,ID=15003;type=message,ID=$aMOB TAKEOVER)@luck=-2@chance=0.7

/ lucky villagers
type=entity,ID=Villager,NBTTag=(Offers=(Recipes=[(buy=(id=diamond,Count=#rand(20,25)),sell=(id=diamond_sword,Count=1,tag=(ench=#luckySwordEnchantments,display=(Name="$e$lLucky Sword"))),maxUses=1),(buy=(id=diamond,Count=#rand(20,25)),sell=(id=bow,Count=1,tag=(ench=#luckyBowEnchantments,display=(Name="$e$lLucky Bow"))),maxUses=1),(buy=(id=diamond,Count=#rand(10,15)),sell=(id=fishing_rod,Count=1,tag=(ench=#luckyFishingRodEnchantments,display=(Name="$e$lLucky Fishing Rod"))),maxUses=1),(buy=(id=diamond,Count=#rand(10,15)),sell=(id=potion,Damage=8195,Count=1,tag=(CustomPotionEffects=#luckyPotionEffects,display=(Name="$e$lLucky Potion"))),maxUses=1),(buy=(id=diamond,Count=#rand(7,12)),sell=(id=potion,Damage=16428,Count=1,tag=(CustomPotionEffects=#unluckyPotionEffects,display=(Name="$e$lUnlucky Potion"))),maxUses=1)]),CustomName="$e$lLucky Villager",CustomNameVisible=true)@luck=1
type=entity,ID=Villager,NBTTag=(Offers=(Recipes=[(buy=(id=diamond,Count=#rand(12,17)),sell=(id=diamond_helmet,Count=1,tag=(ench=#luckyHelmetEnchantments,display=(Name="$e$lLucky Helmet"))),maxUses=1),(buy=(id=diamond,Count=#rand(20,25)),sell=(id=diamond_chestplate,Count=1,tag=(ench=#luckyChestplateEnchantments,display=(Name="$e$lLucky Chestplate"))),maxUses=1),(buy=(id=diamond,Count=#rand(15,20)),sell=(id=diamond_leggings,Count=1,tag=(ench=#luckyLeggingsEnchantments,display=(Name="$e$lLucky Leggings"))),maxUses=1),(buy=(id=diamond,Count=#rand(12,17)),sell=(id=diamond_boots,Count=1,tag=(ench=#luckyBootsEnchantments,display=(Name="$e$lLucky Boots"))),maxUses=1)]),CustomName="$e$lLucky Villager",CustomNameVisible=true)@luck=1
type=entity,ID=Villager,NBTTag=(Offers=(Recipes=[(buy=(id=diamond,Count=#rand(10,15)),sell=(id=diamond_shovel,Count=1,tag=(ench=#luckyToolEnchantments,display=(Name="$e$lLucky Shovel"))),maxUses=1),(buy=(id=diamond,Count=#rand(15,20)),sell=(id=diamond_pickaxe,Count=1,tag=(ench=#luckyToolEnchantments,display=(Name="$e$lLucky Pickaxe"))),maxUses=1),(buy=(id=diamond,Count=#rand(15,20)),sell=(id=diamond_axe,Count=1,tag=(ench=#luckyAxeEnchantments,display=(Name="$e$lLucky Axe"))),maxUses=1),(buy=(id=diamond,Count=#rand(10,15)),sell=(id=diamond_hoe,Count=1,tag=(ench=#luckyToolEnchantments,display=(Name="$e$lLucky Hoe"))),maxUses=1)]),CustomName="$e$lLucky Villager",CustomNameVisible=true)@luck=1
/The Three Musketeers
type=entity,ID=Villager,amount=3,NBTTag=(Profession=3,CustomName=$8The Three Musketeers)@luck=1
/Apple Collector
type=entity,ID=Villager,NBTTag=(Offers=(Recipes=[(buy=(id=apple,Count=#rand(10,15)),sell=(id=iron_ingot,Count=#rand(5,10)),maxUses=3),(buy=(id=golden_apple,Count=#rand(1,3)),sell=(id=diamond,Count=3),maxUses=3),(buy=(id=golden_apple,Count=1,Damage=1),sell=(id=gold_block,Count=#rand(8,14)),maxUses=3)]),CustomName=$e$lApple Collector)@luck=2
/Tool Crafter
type=entity,ID=Villager,NBTTag=(Offers=(Recipes=[(buy=(id=planks,Count=2),buyB=(id=stick,Count=2),sell=(id=wooden_hoe,Count=1),maxUses=25),(buy=(id=cobblestone,Count=2),buyB=(id=stick,Count=2),sell=(id=stone_hoe,Count=1),maxUses=25),(buy=(id=iron_ingot,Count=2),buyB=(id=stick,Count=2),sell=(id=iron_hoe,Count=1),maxUses=25),(buy=(id=gold_ingot,Count=2),buyB=(id=stick,Count=2),sell=(id=golden_hoe,Count=1),maxUses=25),(buy=(id=diamond,Count=2),buyB=(id=stick,Count=2),sell=(id=diamond_hoe,Count=1),maxUses=25),(buy=(id=planks,Count=3),buyB=(id=stick,Count=2),sell=(id=wooden_pickaxe,Count=1),maxUses=25),(buy=(id=cobblestone,Count=3),buyB=(id=stick,Count=2),sell=(id=stone_pickaxe,Count=1),maxUses=25),(buy=(id=iron_ingot,Count=3),buyB=(id=stick,Count=2),sell=(id=iron_pickaxe,Count=1),maxUses=25),(buy=(id=gold_ingot,Count=3),buyB=(id=stick,Count=2),sell=(id=golden_pickaxe,Count=1),maxUses=25),(buy=(id=diamond,Count=3),buyB=(id=stick,Count=2),sell=(id=diamond_pickaxe,Count=1),maxUses=25),(buy=(id=planks,Count=1),buyB=(id=stick,Count=2),sell=(id=wooden_shovel,Count=1),maxUses=25),(buy=(id=cobblestone,Count=1),buyB=(id=stick,Count=2),sell=(id=stone_shovel,Count=1),maxUses=25),(buy=(id=iron_ingot,Count=1),buyB=(id=stick,Count=2),sell=(id=iron_shovel,Count=1),maxUses=25),(buy=(id=gold_ingot,Count=1),buyB=(id=stick,Count=2),sell=(id=golden_shovel,Count=1),maxUses=25),(buy=(id=diamond,Count=1),buyB=(id=stick,Count=2),sell=(id=diamond_shovel,Count=1),maxUses=25),(buy=(id=iron_ingot,Count=2),sell=(id=shears,Count=1),maxUses=25),(buy=(id=flint,Count=1),buyB=(id=iron_ingot,Count=1),sell=(id=flint_and_steel,Count=1),maxUses=25)]),Profession=3,Career=3,CustomName=$e$lTool Crafter)@luck=2
/Where the Hoes At (Hoe Collector)
type=entity,ID=Villager,NBTTag=(Offers=(Recipes=[(buy=(id=wooden_hoe,Count=1),sell=(id=iron_ingot,Count=#rand(2,5)),maxUses=3),(buy=(id=golden_hoe,Count=1),sell=(id=emerald,Count=1),maxUses=3),(buy=(id=iron_hoe,Data=1,Count=1),sell=(id=gold_ingot,Count=4),maxUses=3),(buy=(id=diamond_hoe,Count=1),sell=(id=redstone,Count=4),maxUses=3),(buy=(id=stone_hoe,Count=1),sell=(id=diamond,Count=1),maxUses=3)]),CustomName=$e$lWhere the Hoes At?)@luck=2
/Got Milk?
type=entity,ID=Villager,NBTTag=(Offers=(Recipes=[(buy=(id=diamond,Count=1),sell=(id=milk_bucket,Count=1,tag=(display=(Name="$fWhole Milk"))),maxUses=3),(buy=(id=emerald,Count=1),sell=(id=milk_bucket,Count=1,tag=(display=(Name="$fReduced Fat Milk"))),maxUses=3),(buy=(id=iron_ingot,Count=3),sell=(id=milk_bucket,Count=1,tag=(display=(Name="$fSkim Milk"))),maxUses=3),(buy=(id=gold_ingot,Count=2),sell=(id=milk_bucket,Count=1,tag=(display=(Name="$fAlmond Milk"))),maxUses=3),(buy=(id=diamond,Count=1),sell=(id=milk_bucket,Count=1,tag=(display=(Name="$fSoy Milk"))),maxUses=3),(buy=(id=emerald,Count=1),sell=(id=milk_bucket,Count=1,tag=(display=(Name="$fGoat Milk"))),maxUses=3),(buy=(id=iron_ingot,Count=3),sell=(id=milk_bucket,Count=1,tag=(display=(Name="$fEvaporated Milk"))),maxUses=3),(buy=(id=gold_ingot,Count=2),sell=(id=milk_bucket,Count=1,tag=(display=(Name="$fCondensed Milk"))),maxUses=3),(buy=(id=diamond,Count=1),sell=(id=milk_bucket,Count=1,tag=(display=(Name="$fOrganic Milk"))),maxUses=3)]),CustomName=$e$lGot Milk?)@luck=2
/Chef
type=entity,ID=Villager,NBTTag=(Offers=(Recipes=[(buy=(id=emerald,Count=1),sell=(id=cooked_chicken,Count=5),maxUses=3),(buy=(id=diamond,Count=1),sell=(id=cooked_beef,Count=5),maxUses=3),(buy=(id=iron_ingot,Count=3),sell=(id=cooked_rabbit,Count=2),maxUses=3),(buy=(id=gold_ingot,Count=2),sell=(id=cooked_porkchop,Count=5),maxUses=3),(buy=(id=lapis_block,Count=1),sell=(id=pumpkin_pie,Count=3),maxUses=3),(buy=(id=redstone_block,Count=1),sell=(id=baked_potato,Count=6),maxUses=3),(buy=(id=emerald,Count=1),sell=(id=bread,Count=6),maxUses=3),(buy=(id=iron_ingot,Count=3),sell=(id=melon,Count=10),maxUses=3),(buy=(id=lapis_block,Count=1),sell=(id=cooked_fish,Count=6),maxUses=3),(buy=(id=diamond,Count=1),sell=(id=cooked_fish,Damage=1,Count=6),maxUses=3),(buy=(id=gold_ingot,Count=2),sell=(id=carrot,Count=8),maxUses=3),(buy=(id=emerald,Count=3),sell=(id=golden_carrot,Count=12),maxUses=3),(buy=(id=iron_ingot,Count=2),sell=(id=cookie,Count=14),maxUses=3),(buy=(id=dye,Damage=4,Count=5),sell=(id=rabbit_stew,Count=1),maxUses=3),(buy=(id=coal_block,Count=1),sell=(id=mushroom_stew,Count=1),maxUses=3)]),CustomName=$e$lChef)@luck=2

/ falling blocks (iron, gold, diamond, emerald)
group(type=fill,ID=air,size=(1,8,1);type=entity,ID=FallingSand,posY=#bPosY+7,NBTTag=(Block=iron_block);type=particle,ID=largesmoke,size=(1,2,1),particleAmount=500;type=sound,ID=random.fizz)@luck=0
group(type=fill,ID=air,size=(1,8,1);type=entity,ID=FallingSand,posY=#bPosY+7,NBTTag=(Block=gold_block);type=particle,ID=flame,size=(1,2,1),particleAmount=500;type=sound,ID=item.fireCharge.use)@luck=0
group(type=fill,ID=air,size=(1,8,1);type=entity,ID=FallingSand,posY=#bPosY+7,NBTTag=(Block=diamond_block);type=entity,ID=LightningBolt)@luck=1
group(type=fill,ID=air,size=(1,8,1);type=entity,ID=FallingSand,posY=#bPosY+7,NBTTag=(Block=emerald_block);type=particle,ID=happyVillager,size=(1,2,1),particleAmount=500;type=sound,ID=dig.grass)@luck=0
group(type=fill,ID=air,size=(1,8,1);type=entity,ID=FallingSand,posY=#bPosY+7,NBTTag=(Block=lapis_block);type=particle,ID=splash,size=(1,2,1),particleAmount=1000;type=sound,ID=game.neutral.swim.splash)@luck=0

/ colorful pole
group(type=fill,ID=air,size=(1,51,1);group(NBTTag=(Block=stained_hardened_clay,Data=14),posY=#bPosY+5;NBTTag=(Block=stained_hardened_clay,Data=1),posY=#bPosY+10;NBTTag=(Block=stained_hardened_clay,Data=4),posY=#bPosY+15;NBTTag=(Block=stained_hardened_clay,Data=5),posY=#bPosY+20;NBTTag=(Block=stained_hardened_clay,Data=3),posY=#bPosY+25;NBTTag=(Block=stained_hardened_clay,Data=11),posY=#bPosY+30;NBTTag=(Block=stained_hardened_clay,Data=10),posY=#bPosY+35;NBTTag=(Block=stained_hardened_clay,Data=2),posY=#bPosY+40;NBTTag=(Block=stained_hardened_clay,Data=6),posY=#bPosY+45),type=entity,ID=FallingSand;type=entity,ID=FallingSand,NBTTag=(Block=diamond_block),posY=#bPosY+50;type=entity,ID=LightningBolt,posY=#bPosY+10,delay=5.3)@luck=2

/ steam pole
group(type=fill,ID=air,size=(1,51,1);group(NBTTag=(Block=lucky:steam_lucky_block,Data=14),posY=#bPosY+5;NBTTag=(Block=lucky:steam_lucky_block,Data=1),posY=#bPosY+10;NBTTag=(Block=lucky:steam_lucky_block,Data=4),posY=#bPosY+15;NBTTag=(Block=lucky:steam_lucky_block,Data=5),posY=#bPosY+20;NBTTag=(Block=lucky:steam_lucky_block,Data=3),posY=#bPosY+25;NBTTag=(Block=lucky:steam_lucky_block,Data=11),posY=#bPosY+30;NBTTag=(Block=lucky:steam_lucky_block,Data=10),posY=#bPosY+35;NBTTag=(Block=lucky:steam_lucky_block,Data=2),posY=#bPosY+40;NBTTag=(Block=lucky:steam_lucky_block,Data=6),posY=#bPosY+45),type=entity,ID=FallingSand;type=entity,ID=FallingSand,NBTTag=(Block=emerald_block),posY=#bPosY+50;type=entity,ID=LightningBolt,posY=#bPosY+10,delay=5.3)@luck=2

/ Tennis pole
group(type=fill,ID=air,size=(1,51,1);group(NBTTag=(Block=lucky:lucky_block,Data=14),posY=#bPosY+5;NBTTag=(Block=lucky:lucky_block,Data=1),posY=#bPosY+10;NBTTag=(Block=lucky:lucky_block,Data=4),posY=#bPosY+15;NBTTag=(Block=lucky:lucky_block,Data=5),posY=#bPosY+20;NBTTag=(Block=lucky:lucky_block,Data=3),posY=#bPosY+25;NBTTag=(Block=lucky:lucky_block,Data=11),posY=#bPosY+30;NBTTag=(Block=lucky:lucky_block,Data=10),posY=#bPosY+35;NBTTag=(Block=lucky:lucky_block,Data=2),posY=#bPosY+40;NBTTag=(Block=lucky:lucky_block,Data=6),posY=#bPosY+45),type=entity,ID=FallingSand;type=entity,ID=FallingSand,NBTTag=(Block=diamond_block),posY=#bPosY+50;type=entity,ID=LightningBolt,posY=#bPosY+10,delay=5.3)@luck=2

/ game pole
group(type=fill,ID=air,size=(1,51,1);group(NBTTag=(Block=lucky:tnt,Data=14),posY=#bPosY+5;NBTTag=(Block=lucky:tnt,Data=1),posY=#bPosY+10;NBTTag=(Block=lucky:tnt,Data=4),posY=#bPosY+15;NBTTag=(Block=lucky:tnt,Data=5),posY=#bPosY+20;NBTTag=(Block=lucky:tnt,Data=3),posY=#bPosY+25;NBTTag=(Block=lucky:tnt,Data=11),posY=#bPosY+30;NBTTag=(Block=lucky:tnt,Data=10),posY=#bPosY+35;NBTTag=(Block=lucky:tnt,Data=2),posY=#bPosY+40;NBTTag=(Block=lucky:tnt,Data=6),posY=#bPosY+45),type=entity,ID=FallingSand;type=entity,ID=FallingSand,NBTTag=(Block=lava),posY=#bPosY+50;type=entity,ID=LightningBolt,posY=#bPosY+10,delay=5.3)@luck=2

/ tnt pole
group(type=fill,ID=air,size=(1,51,1);type=entity,ID=FallingSand,NBTTag=(Block=redstone_block),posY=#bPosY+5;group(posY=#bPosY+10;posY=#bPosY+15;posY=#bPosY+20;posY=#bPosY+25;posY=#bPosY+30;posY=#bPosY+35;posY=#bPosY+40;posY=#bPosY+45;posY=#bPosY+50),type=entity,ID=FallingSand,NBTTag=(Block=tnt))@luck=2

/ fuse pole
group(type=fill,ID=air,size=(1,51,1);type=entity,ID=FallingSand,NBTTag=(Block=fire),posY=#bPosY+45;group(posY=#bPosY+10;posY=#bPosY+15;posY=#bPosY+20;posY=#bPosY+25;posY=#bPosY+30;posY=#bPosY+35;posY=#bPosY+40;posY=#bPosY+45;posY=#bPosY+50),type=entity,ID=FallingSand,NBTTag=(Block=tnt);type=entity,ID=LighningBolt)@luck=2

/Stone Tower with Emerald Block at Top
group(type=fill,ID=air,size=(1,51,1);group(NBTTag=(Block=stone),posY=#bPosY+5;NBTTag=(Block=stone),posY=#bPosY+10;NBTTag=(Block=stone),posY=#bPosY+15;NBTTag=(Block=stone),posY=#bPosY+20;NBTTag=(Block=stone),posY=#bPosY+25;NBTTag=(Block=stone),posY=#bPosY+30;NBTTag=(Block=stone),posY=#bPosY+35;NBTTag=(Block=stone),posY=#bPosY+40;NBTTag=(Block=stone),posY=#bPosY+45),type=entity,ID=FallingSand;type=entity,ID=FallingSand,NBTTag=(Block=emerald_block),posY=#bPosY+50;type=entity,ID=LightningBolt,posY=#bPosY+10,delay=5.3)@luck=2

/Coal Dirt Tower
group(type=fill,ID=air,size=(1,51,1);group(NBTTag=(Block=dirt),posY=#bPosY+5;NBTTag=(Block=dirt),posY=#bPosY+10;NBTTag=(Block=dirt),posY=#bPosY+15;NBTTag=(Block=dirt),posY=#bPosY+20;NBTTag=(Block=dirt),posY=#bPosY+25;NBTTag=(Block=dirt),posY=#bPosY+30;NBTTag=(Block=dirt),posY=#bPosY+35;NBTTag=(Block=dirt),posY=#bPosY+40;NBTTag=(Block=dirt),posY=#bPosY+45),type=entity,ID=FallingSand;type=entity,ID=FallingSand,NBTTag=(Block=coal_block),posY=#bPosY+50)@luck=0

/Diamond Obsidian Tower
group(type=fill,ID=air,size=(1,51,1);group(NBTTag=(Block=obsidian),posY=#bPosY+5;NBTTag=(Block=obsidian),posY=#bPosY+10;NBTTag=(Block=obsidian),posY=#bPosY+15;NBTTag=(Block=obsidian),posY=#bPosY+20;NBTTag=(Block=obsidian),posY=#bPosY+25;NBTTag=(Block=obsidian),posY=#bPosY+30;NBTTag=(Block=obsidian),posY=#bPosY+35;NBTTag=(Block=obsidian),posY=#bPosY+40;NBTTag=(Block=obsidian),posY=#bPosY+45),type=entity,ID=FallingSand;type=entity,ID=FallingSand,NBTTag=(Block=diamond_block),posY=#bPosY+50;type=entity,ID=LightningBolt,posY=#bPosY+10,delay=5.3)@luck=2

/Gold Wool Tower
group(type=fill,ID=air,size=(1,51,1);group(NBTTag=(Block=wool),posY=#bPosY+5;NBTTag=(Block=wool),posY=#bPosY+10;NBTTag=(Block=wool),posY=#bPosY+15;NBTTag=(Block=wool),posY=#bPosY+20;NBTTag=(Block=wool),posY=#bPosY+25;NBTTag=(Block=wool),posY=#bPosY+30;NBTTag=(Block=wool),posY=#bPosY+35;NBTTag=(Block=wool),posY=#bPosY+40;NBTTag=(Block=wool),posY=#bPosY+45),type=entity,ID=FallingSand;type=entity,ID=FallingSand,posY=#bPosY+50,NBTTag=(Block=gold_block);type=particle,ID=flame,size=(1,2,1),particleAmount=500,delay=5.3;type=sound,ID=item.fireCharge.use,delay=5.3)@luck=1

/Falling Wet Beacon
group(type=fill,ID=air,size=(1,19,1);type=entity,ID=FallingSand,posY=#bPosY+7,NBTTag=(Block=beacon);type=entity,ID=FallingSand,posY=#bPosY+12,NBTTag=(Block=flowing_water))@luck=1@chance=0.4

/Falling Dry Beacon
group(type=fill,ID=air,size=(1,8,1);type=entity,ID=FallingSand,posY=#bPosY+7,NBTTag=(Block=beacon))@luck=2@chance=0.4

/Falling Note Block
group(type=fill,ID=air,size=(1,8,1);type=entity,ID=FallingSand,posY=#bPosY+7,NBTTag=(Block=noteblock);type=particle,ID=note,size=(1,2,1),particleAmount=500,delay=2;type=sound,ID=note.bassattack,delay=2)@luck=1

/Falling End Portal Frame
group(type=fill,ID=air,size=(1,8,1);type=entity,ID=FallingSand,posY=#bPosY+7,NBTTag=(Block=end_portal_frame);type=particle,ID=spell,size=(1,2,1),particleAmount=500,delay=2;type=sound,ID=game.player.swim.splash,delay=2;type=fill,ID=air,size=(1,8,1))@luck=0

/Falling Sea Lantern
group(type=fill,ID=air,size=(1,8,1);type=entity,ID=FallingSand,posY=#bPosY+7,NBTTag=(Block=sea_lantern);type=particle,ID=mobSpell,size=(1,2,1),particleAmount=500,delay=2;type=sound,ID=dig.glass,delay=2)@luck=1

/Falling Sponge (Dry)
group(type=fill,ID=air,size=(1,8,1);type=entity,ID=FallingSand,posY=#bPosY+7,NBTTag=(Block=sponge);type=particle,ID=angryVillager,size=(1,2,1),particleAmount=500,delay=2;type=sound,ID=dig.grass,delay=2)@luck=1

/Falling Diamond Block
group(type=fill,ID=air,size=(1,8,1);type=entity,ID=FallingSand,posY=#bPosY+7,NBTTag=(Block=diamond_block);type=entity,ID=LightningBolt,delay=2)@luck=1

/Falling Emerald Block
group(type=fill,ID=air,size=(1,8,1);type=entity,ID=FallingSand,posY=#bPosY+7,NBTTag=(Block=emerald_block);type=particle,ID=happyVillager,size=(1,2,1),particleAmount=500,delay=2;type=sound,ID=dig.grass,delay=2)@luck=1

/Falling Gold Block
group(type=fill,ID=air,size=(1,8,1);type=entity,ID=FallingSand,posY=#bPosY+7,NBTTag=(Block=gold_block);type=particle,ID=flame,size=(1,2,1),particleAmount=500;type=sound,ID=item.fireCharge.use)@luck=0

/Falling Iron Block
group(type=fill,ID=air,size=(1,8,1);type=entity,ID=FallingSand,posY=#bPosY+7,NBTTag=(Block=iron_block);type=particle,ID=largesmoke,size=(1,2,1),particleAmount=500;type=sound,ID=random.fizz)@luck=0

/Falling Lapis Block
group(type=fill,ID=air,size=(1,8,1);type=entity,ID=FallingSand,posY=#bPosY+7,NBTTag=(Block=lapis_block);type=particle,ID=splash,size=(1,2,1),particleAmount=1000;type=sound,ID=game.neutral.swim.splash)@luck=0

/Bedrock Tower
group(type=fill,ID=air,size=(1,51,1);group(NBTTag=(Block=bedrock),posY=#bPosY+5;NBTTag=(Block=bedrock),posY=#bPosY+10;NBTTag=(Block=bedrock),posY=#bPosY+15;NBTTag=(Block=bedrock),posY=#bPosY+20;NBTTag=(Block=bedrock),posY=#bPosY+25;NBTTag=(Block=bedrock),posY=#bPosY+30;NBTTag=(Block=bedrock),posY=#bPosY+35;NBTTag=(Block=bedrock),posY=#bPosY+40;NBTTag=(Block=bedrock),posY=#bPosY+45),type=entity,ID=FallingSand;type=entity,ID=FallingSand,NBTTag=(Block=bedrock),posY=#bPosY+50)@luck=-1

/Falling Glowstone Block
group(type=fill,ID=air,size=(1,8,1);type=entity,ID=FallingSand,posY=#bPosY+7,NBTTag=(Block=glowstone);type=particle,ID=lava,size=(1,2,1),particleAmount=500,delay=2;type=sound,ID=dig.glass,delay=2)@luck=1

/Falling Snow Block
group(type=fill,ID=air,size=(1,8,1);type=entity,ID=FallingSand,posY=#bPosY+7,NBTTag=(Block=snow);type=particle,ID=crit,size=(1,2,1),particleAmount=500,delay=2;type=sound,ID=dig.snow,delay=2)@luck=1

/Falling Anvil
group(type=fill,ID=air,size=(1,8,1);type=entity,ID=FallingSand,posY=#bPosY+7,NBTTag=(Block=anvil);type=particle,ID=footstep,size=(1,2,1),particleAmount=500,delay=2;type=sound,ID=random.anvil_land,delay=2)@luck=1

/Falling Jukebox
group(type=fill,ID=air,size=(1,8,1);type=entity,ID=FallingSand,posY=#bPosY+7,NBTTag=(Block=jukebox);type=particle,ID=footstep,size=(1,2,1),particleAmount=500,delay=2)@luck=1

/ baby player
type=entity,ID=ArmorStand,NBTTag=(Small=true,NoBasePlate=true,ShowArms=true,Equipment=[(id=stone_pickaxe,Count=1),(id=leather_boots,Count=1,tag=(display=(color=#rand(0,16777215)))),(id=leather_leggings,Count=1,tag=(display=(color=#rand(0,16777215)))),(id=leather_chestplate,Count=1,tag=(display=(color=#rand(0,16777215)))),(id=skull,Damage=3,Count=1,tag=(SkullOwner=#pName))],Rotation=[#pYaw+180f,0f],CustomName="Baby #pName",CustomNameVisible=true)@luck=0

/Wither 2.0
group(type=difficulty,ID=hard;type=command,delay=0.4,ID=\"/title @p[name=#pName] title {text:\"Mob Battle\",color:dark_red,bold:true}\";type=command,ID=\"/title @p[name=#pName] subtitle {text:\"WITHER 2.0\",color:blue}\";type=entity,ID=WitherBoss,NBTTag=(Equipment=[(id=diamond_helmet,Count=1,tag=(ench=#luckyHelmetEnchantments)),(id=diamond_chestplate,Count=1,tag=(ench=#luckyChestplateEnchantments)),(id=diamond_leggings,Count=1,tag=(ench=#luckyLeggingsEnchantments)),(id=diamond_boots,Count=1,tag=(ench=#luckyBootsEnchantments))],DropChances=[#randList(0,2)f,#randList(0,2)f,#randList(0,2)f,#randList(0,2)f,#randList(0,2)f],Attributes=[(Name=generic.maxHealth,Base=5000),(Name=generic.attackDamage,Base=30)],CustomName="$b$lWither 2.0",CustomNameVisible=true);type=sound,ID=random.explode;type=command,ID=\"/playsound records.strad @a ~ ~ ~ 3.0 1.0\",delay=0.5)luck=-2

/ ==== Monster Apocalyple ====
/ sword, difficulty, time, potion effects
group(ID=wooden_sword;type=difficulty,ID=hard;type=time,ID=18750;type=effect,ID=slowness,duration=30,amplifier=4;type=effect,ID=blindness,duration=30; \
/ zombies, creepers, spiders & cave spiders, silverfish & endermites, guardians
group:1:(type=entity,ID=Zombie,amount=#rand(20,50);type=entity,ID=Creeper,amount=#rand(10,30);group(type=entity,ID=Spider,amount=#rand(15,45);type=entity,ID=CaveSpider,amount=#rand(5,10));group(type=entity,ID=Silverfish,amount=#rand(15,45);type=entity,ID=Endermite,amount=#rand(5,10));type=entity,ID=Guardian,amount=#rand(10,30); \
/ all
group(type=entity,ID=Zombie,amount=#rand(20,50);type=entity,ID=Creeper,amount=#rand(10,30);group(type=entity,ID=Spider,amount=#rand(15,45);type=entity,ID=CaveSpider,amount=#rand(5,10);type=entity,ID=Silverfish,amount=#rand(15,45);type=entity,ID=Endermite,amount=#rand(5,10);type=entity,ID=Guardian,amount=#rand(10,30)))),posOffset=#circleOffset(8,10))@luck=-2

/ ============ ERRORS ============

/halloween massage
type=massage,ID=$2Steamluckyblock wishes you HAPPY HALLOWEEN!@luck=1

/Error 404
type=message,ID=$2Error 404. Drop not found@luck=-1

/Cupid’s Message and Rose
group(type=command,ID="/tell #pName Hey, #pName. Let me help you towards reaching your relationship goals. To conquer your crush's heart, just give him or her this romantic flower. Trust me. This works anywhere, anytime, and any place.",commandSender="Cupid";ID=red_flower,NBTTag=(display=(Name="$cRomantic Rose")))@luck=1

/Deceased Villager’s Message
group(type=command,ID="/tell #pName Hello, #pName. I died a long time ago, in a desperate attempt to save my village. I was slaughtered by Bob. If you ever see him, use this sword. You only have one chance, so please avenge him, not for me, but for my people",commandSender="Deceased Villager";ID=iron_sword,damage=250,NBTTag=(ench=[(id=16,lvl=127)],display=(Name=$fBob Avenger)))@luck=0

/The Fortuneteller’s Message
group(type=command,ID="/tell #pName Listen to me, #pName. I predict that one of these days, you will die from a Lucky Block. Don't believe, me? Look, there's the skull of your future dead self. So think again before opening them.",commandSender="The Fortuneteller";ID=skull,NBTTag=(display=(Name="$8Skull of your Future Self")))@luck=-1

/Trapped Silverfish Message
group(type=command,ID="/tell #pName Hey, friend. Because of the Lucky Block, I have been trapped in this stone for ages. Please! Free me from my misery! I will forever be in your debt.",commandSender="Trapped Silverfish";ID=monster_egg,NBTTag=(display=(Name="$2Free Me")))@luck=0

/The Grim Reaper’s Message
group(type=command,ID="/tell #pName Hey, #pName. You can't see me, but I'm right behind you, waiting for you to die from a Lucky Block. Soon enough, you shall begin your journey towards death.",commandSender="The Grim Reaper")@luck=-1

/Thug From the Ghetto Message
group(type=command,ID="/tell #pName 'Sup, #pName? These lucky blocks don't play, huh?. Know what? Here. Take ma' lucky charm, homie. Hope ya' don't die soon.",commandSender="The Thug From the Ghetto";ID=gold_nugget,NBTTag=(display=(Name="$2Good Luck Charm")))@luck=0

/Chronos, God of Time Message
group(type=command,ID="/tell #pName Hello, #pName. In life, you always need to know what the time is. So here. Take this clock.",commandSender="Chronos, God of Time";ID=clock)@luck=0

/Fortuna, Goddess of Luck Message
group(type=command,ID="/tell #pName Hello, #pName. I remade the block you just opened, but with +100 Luck. Enjoy!",commandSender="Fortuna, Goddess of Luck";ID=lucky:lucky_block_night,NBTTag=(Luck=100))@luck=1

/Randomly Teleported
group(type=command,ID=\"/tp #pName #rand(-25000000,25000000) #rand(64,250) #rand(-25000000,25000000)\";type=effect,ID=resistance,Amplifier=5,Duration=100;type=message,ID=$eThis Lucky Block teleported you to a random location)@luck=-2@chance=0.5

/ ========== STRUCTURES ==========

/ traps
type=structure,ID=anvil_trap,pos=#pPos,rotation=#pDirect@luck=-2
type=structure,ID=lava_trap,pos=#pPos,rotation=#pDirect@luck=-2
type=structure,ID=water_trap,pos=#pPos@luck=-2  
type=structure,ID=pit_trap,pos=#pPos@luck=-2

/ lucky fort and temple
type=structure,ID=luky_fort,pos=#pPos@luck=1
type=structure,ID=lucky_temple,pos=#pPos@luck=2
type=structure,ID=lucky_temple_b,pos=#pPos@luck=-1
type=structure,ID=lucky_temple_f,pos=#pPos@luck=2
type=structure,ID=lucky_temple_n,pos=#pPos@luck=1
type=structure,ID=lucky_temple_t,pos=#pPos@luck=2
/ bedrock problem
type=structure,ID=bedrock_problem,rotation=#pDirect@luck=-1

/ explosion
group(type=difficulty,ID=hard;type=explosion,radius=6)@luck=-2

/explosion and evil
type=explosion,radius=10,fire=false@luck=-1
type=explosion,radius=20,fire=true@luck=-2
type=explosion,radius=15,fire=true@luck=-1

/ choice of 2 lucky blocks
group:1:(type=structure,ID=lucky_choice_left,rotation=#pDirect;type=structure,ID=lucky_choice_right,rotation=#pDirect)@luck=0

/Explosion
type=explosion,radius=4@luck=-2

/Lightning Storm
group(type=entity,ID=LightningBolt,amount=40,posOffset=#circleOffset(2,35),delay=3;type=entity,ID=LightningBolt,amount=40,posOffset=#circleOffset(2,35),delay=10;type=entity,ID=LightningBolt,amount=40,posOffset=#circleOffset(2,35),delay=17;type=entity,ID=LightningBolt,amount=40,posOffset=#circleOffset(2,35),delay=26;type=entity,ID=LightningBolt,amount=40,posOffset=#circleOffset(2,35),delay=36;type=entity,ID=LightningBolt,amount=40,posOffset=#circleOffset(2,35),delay=46;type=entity,ID=LightningBolt,amount=40,posOffset=#circleOffset(2,35),delay=58;type=entity,ID=LightningBolt,amount=60,posOffset=#circleOffset(2,35),delay=69;type=entity,ID=LightningBolt,amount=55,posOffset=#circleOffset(2,35),delay=79;type=entity,ID=LightningBolt,amount=40,posOffset=#circleOffset(2,35),delay=88;type=entity,ID=LightningBolt,amount=100,posOffset=#circleOffset(2,35),delay=100;type=message, ID=$cLIGHTNING STORM)@luck=-2

/BOO! (Elder Guardian Appearance)
group(type=particle,ID=mobappearance;type=sound,ID=mob.guardian.curse;type=message,ID=$9BOO!)@luck=-1

/Randomized TNT Explosions
group(type=entity,ID=PrimedTnt,NBTTag=(Fuse=50b,Motion=#randLaunchMotion),amount=3,posOffset=#circleOffset(5,50),delay=1;type=entity,ID=PrimedTnt,NBTTag=(Fuse=50b,Motion=#randLaunchMotion),amount=3,posOffset=#circleOffset(5,50),delay=5;type=entity,ID=PrimedTnt,NBTTag=(Fuse=50b,Motion=#randLaunchMotion),amount=6,posOffset=#circleOffset(5,50),delay=10;type=entity,ID=PrimedTnt,NBTTag=(Fuse=50b,Motion=#randLaunchMotion),amount=11,posOffset=#circleOffset(5,50),delay=15;type=entity,ID=PrimedTnt,NBTTag=(Fuse=50b,Motion=#randLaunchMotion),amount=13,posOffset=#circleOffset(5,50),delay=25;type=entity,ID=PrimedTnt,NBTTag=(Fuse=50b,Motion=#randLaunchMotion),amount=12,posOffset=#circleOffset(5,50),delay=30;type=entity,ID=PrimedTnt,NBTTag=(Fuse=50b,Motion=#randLaunchMotion),amount=14,posOffset=#circleOffset(5,50),delay=36;type=entity,ID=PrimedTnt,NBTTag=(Fuse=50b,Motion=#randLaunchMotion),amount=10,posOffset=#circleOffset(5,50),delay=44;type=message,ID=$2Random Explosions)@luck=-2

/Get Rekt (50 TNT Explosion)
group(type=entity,ID=PrimedTnt,NBTTag=(Fuse=50b,Motion=#randLaunchMotion),amount=50;type=message,ID=$2GET REKT)@luck=-2

/New Crater on Earth (150 TNT Explosion)
group(type=entity,ID=PrimedTnt,NBTTag=(Fuse=50b,Motion=#randLaunchMotion),amount=150;type=message,ID=$2There’s going to be a new crater on Earth today)@luck=-2@chance=0.8

/TNT Everywhere
group(type=entity,ID=PrimedTnt,NBTTag=(Fuse=50b,Motion=#randLaunchMotion),amount=450,posOffset=#circleOffset(5,125);type=message,ID=$2This terrain is screwed.)@luck=-2@chance=0.4

/TNT Follower
group(type=entity,ID=PrimedTnt,NBTTag=(Fuse=50b,Motion=#randLaunchMotion),pos=#pPos;type=entity,ID=PrimedTnt,NBTTag=(Fuse=50b,Motion=#randLaunchMotion),pos=#pPos,delay=1;type=entity,ID=PrimedTnt,NBTTag=(Fuse=50b,Motion=#randLaunchMotion),pos=#pPos,delay=2;type=entity,ID=PrimedTnt,NBTTag=(Fuse=50b,Motion=#randLaunchMotion),pos=#pPos,delay=3;type=entity,ID=PrimedTnt,NBTTag=(Fuse=50b,Motion=#randLaunchMotion),pos=#pPos,delay=4;type=entity,ID=PrimedTnt,NBTTag=(Fuse=50b,Motion=#randLaunchMotion),pos=#pPos,delay=5;type=entity,ID=PrimedTnt,NBTTag=(Fuse=50b,Motion=#randLaunchMotion),pos=#pPos,delay=6;type=entity,ID=PrimedTnt,NBTTag=(Fuse=50b,Motion=#randLaunchMotion),pos=#pPos,delay=7;type=entity,ID=PrimedTnt,NBTTag=(Fuse=50b,Motion=#randLaunchMotion),pos=#pPos,delay=8;type=entity,ID=PrimedTnt,NBTTag=(Fuse=50b,Motion=#randLaunchMotion),pos=#pPos,delay=9;type=entity,ID=PrimedTnt,NBTTag=(Fuse=50b,Motion=#randLaunchMotion),pos=#pPos,delay=10;type=message,ID=$2Try to escape)@luck=-2

/Get Burnt
group(type=fill,ID=glass,posX=#pPosX-1,posY=#pPosY-1,posZ=#pPosZ-1,size=(3,5,3);type=fill,ID=lava,pos=#pPos,height=3;type=message,ID=$2GET BURNT)@luck=-2

/Get Webbed
group(type=fill,ID=web,posX=#pPosX-4,posY=#pPosY-1,posZ=#pPosZ-4,size=(10,4,10);type=fill,ID=web,pos=#pPos,height=3;type=message,ID=$fGET Stuckt)@luck=-1

/Get Suffocated
group(type=fill,ID=bedrock,posX=#pPosX-1,posY=#pPosY-1,posZ=#pPosZ-1,size=(3,5,3);type=fill,ID=bedrock,pos=#pPos,height=3;type=message,ID=$8GET SUFFOCATED)@luck=-2

/Zeus Punishment
group(type=entity,ID=LightningBolt,amount=25,pos=#pPos;type=message,ID=$8Lightningstorm!)@luck=-2

/Night Archer Punishment
group(type=entity,ID=Arrow,amount=#rand(50,100),NBTTag=(Motion=#randLaunchMotion,damage=4.5);type=message,ID=$eArrow rain)@luck=-2

/ wishing wells
group(type=structure,ID=wishing_well;type=message,ID="A wishing well? Maybe you should throw in a coin...";type=command,ID="/give #pName gold_nugget 1 0 {display:{Name:\"$6Coin\"}}";type=block,ID=lucky:steam_lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"$bYour wish came true!\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;type=entity,ID=FireworksRocketEntity,NBTTag=(LifeTime=20,FireworksItem=(id=fireworks,tag='#'randFireworksRocket)),amount=20,posY='#'bPosY+3,posOffset='#'circleOffset(2);ID=gold_ingot,amount=#rand(20,30),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=diamond,amount=#rand(20,30),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=emerald,amount=#rand(20,30),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=dye,damage=4,amount=#rand(20,30),posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=iron_ingot,amount=#rand(20,30),posY='#'bPosY+10,posOffset='#'circleOffset(2))"]))@luck=2
group(type=structure,ID=wishing_well;type=message,ID="A wishing well? Maybe you should throw in a coin...";type=command,ID="/give #pName gold_nugget 1 0 {display:{Name:\"$6Coin\"}}";type=block,ID=lucky:steam_lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"$eYour wish came true! (If you like potatoes)\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;ID=potato,amount=128,posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=baked_potato,amount=64,posY='#'bPosY+10,posOffset='#'circleOffset(2);ID=poisonous_potato,amount=32,posY='#'bPosY+10,posOffset='#'circleOffset(2))"]))@luck=1
group(type=structure,ID=wishing_well;type=message,ID="A wishing well? Maybe you should throw in a coin...";type=command,ID="/give #pName gold_nugget 1 0 {display:{Name:\"$6Coin\"}}";type=block,ID=lucky:steam_lucky_block,posY=#bPosY-3,NBTTag=(Drops=["group(type=message,ID=\"$4Your death wish came true!\";type=block,ID=air,posY='#'bPosY+3;type=block,ID=beacon,posY='#'bPosY+2;type=entity,ID=PrimedTnt,NBTTag=(Fuse=50b,Motion='#'randLaunchMotion),posY='#'bPosY+7,amount=20)"]))@luck=-2

/bouncing castle
type=structure,ID=bouncing_castle,pos=#pPos,rotation=#pDirect@luck=0

/ giant lucky blocks
type=structure,ID=giant_lucky_block_good,rotation=#pDirect@luck=2
type=structure,ID=giant_lucky_block_bad,rotation=#pDirect@luck=-2
type=structure,ID=giant_lucky_block_death,rotation=#pDirect@luck=-2
type=structure,ID=giant_lucky_block_block,rotation=#pDirect@luck=2

/ ========== ENCHANTED ITEMS ==========

/ lucky block book
ID=written_book,NBTTag=(author=„Morplson“,title="$e$lLucky Block Book",pages=["$l$nThe Lucky Block$r\n\nThe Lucky Block ($ofortunus blockus$r) was brought to Minecraft by the gods to reward the good and punish the evil.","The player's true self will be revealed after mining this block.\n\nSome fear it, and others have been made rich by it.","You must mine it and be prepared for whatever will follow.\n\nIt is not luck.\n\nIt is $bdestiny."])@luck=0
/ lucky sword
ID=diamond_sword,NBTTag=(ench=#luckySwordEnchantments,display=(Name="$e$lLucky Sword"))@luck=2
/ lucky bow
ID=bow,NBTTag=(ench=#luckyBowEnchantments,display=(Name="$e$lLucky Bow"))@luck=2
/ lucky fishing rod
ID=fishing_rod,NBTTag=(ench=#luckyFishingRodEnchantments,display=(Name="$e$lLucky Fishing Rod"))@luck=2
/ lucky tools
group:#rand(1,2):(ID=diamond_shovel,NBTTag=(ench=#luckyToolEnchantments,display=(Name="$e$lLucky Shovel"));ID=diamond_pickaxe,NBTTag=(ench=#luckyToolEnchantments,display=(Name="$e$lLucky Pickaxe"));ID=diamond_axe,NBTTag=(ench=#luckyAxeEnchantments,display=(Name="$e$lLucky Axe"));ID=diamond_hoe,NBTTag=(ench=#luckyToolEnchantments,display=(Name="$e$lLucky Hoe")))@luck=2
/ lucky armor
group:#rand(1,2):(ID=diamond_helmet,NBTTag=(ench=#luckyHelmetEnchantments,display=(Name="$e$lLucky Helmet"));ID=diamond_chestplate,NBTTag=(ench=#luckyChestplateEnchantments,display=(Name="$e$lLucky Chestplate"));ID=diamond_leggings,NBTTag=(ench=#luckyLeggingsEnchantments,display=(Name="$e$lLucky Leggings"));ID=diamond_boots,NBTTag=(ench=#luckyBootsEnchantments,display=(Name="$e$lLucky Boots")))@luck=2
/ lucky potion
ID=potion,damage=8195,NBTTag=(CustomPotionEffects=#luckyPotionEffects,display=(Name="$e$lLucky Potion"))@luck=2
/ unlucky potion
ID=potion,damage=16428,NBTTag=(CustomPotionEffects=#unluckyPotionEffects,display=(Name="$e$lUnlucky Potion"))@luck=1
/Kangaroo Potion
type=item,ID=potion,damage=8203,NBTTag=(HideFlags=32,CustomPotionEffects=[(Id=8,Amplifier=5,Duration=2000)],display=(Name=$6Kangaroo Potion,Lore=["Jump Boost V"]))@luck=1

/The Flash Potion
type=item,ID=potion,damage=8194,NBTTag=(HideFlags=32,CustomPotionEffects=[(Id=1,Amplifier=50,Duration=2000)],display=(Name=$2The Flash Potion,Lore=["Feel like Usain Bolt"]))@luck=1

/Statue Potion
type=item,ID=potion,damage=8202,NBTTag=(HideFlags=32,CustomPotionEffects=[(Id=2,Amplifier=15,Duration=2000),(Id=8,Amplifier=128,Duration=2000)],display=(Name=$7Statue Potion,Lore=["You won't move"]))@luck=0@chance=0.8

/The Hulk Potion
type=item,ID=potion,damage=8201,NBTTag=(HideFlags=32,CustomPotionEffects=[(Id=5,Amplifier=15,Duration=2000)],display=(Name=$6The Hulk Potion,Lore=["Go Beast Mode"]))@luck=1

/Potion of Resurrection
type=item,ID=potion,damage=8197,NBTTag=(HideFlags=32,CustomPotionEffects=[(Id=6,Amplifier=10,Duration=500),(Id=10,Amplifier=4,Duration=2000)],display=(Name=$cPotion of Resurrection,Lore=["For emergency use"]))@luck=2@chance=0.8

/Improved Regeneration Potion
type=item,ID=potion,damage=16385,NBTTag=(HideFlags=32,CustomPotionEffects=[(Id=10,Amplifier=5,Duration=2500)],display=(Name=$cImproved Regeneration Potion,Lore=["Regeneration V"]))@luck=2@chance=0.8

/Protein Shake
type=item,ID=potion,damage=8198,NBTTag=(HideFlags=32,CustomPotionEffects=[(Id=23,Amplifier=10,Duration=700)],display=(Name=$fProtein Shake,Lore=["Your breakfast,lunch, and dinner:", "All in one drink"]))@luck=1

/Potion of Invincibility
type=item,ID=potion,damage=8201,NBTTag=(HideFlags=32,CustomPotionEffects=[(Id=11,Amplifier=5,Duration=1100)],display=(Name=$9Potion of Invincibility,Lore=["Resistance V"]))@luck=2@chance=0.7

/Insta-Kill Potion
type=item, ID=potion,damage=16396,NBTTag=(HideFlags=32,CustomPotionEffects=[(Id=7,Amplifier=20,Duration=500)],display=(Name=$7$lInsta-Kill,Lore=["Yeah, it's that potent"]))@luck=0

/Troll Potion
type=item, ID=potion,damage=16396,NBTTag=(HideFlags=32,CustomPotionEffects=[(Id=7,Amplifier=1,Duration=500),(Id=9,Amplifier=3,Duration=1500),(Id=4,Amplifier=2,Duration=1500),(Id=15,Amplifier=3,Duration=1500),(Id=17,Amplifier=3,Duration=1500),(Id=18,Amplifier=2,Duration=500),(Id=19,Amplifier=2,Duration=1500),(Id=20,Amplifier=1,Duration=1500)],display=(Name=$a$lTroll Potion,Lore=["For Trolling Purposes"]))@luck=0

/Get Sick
group(type=effect,ID=nausea,duration=500,amplifier=5;type=message,ID=$It’s a virus)@luck=-1

/Get Blindfolded
type=effect,ID=blindness,duration=500,amplifier=5@luck=-1

/Get Weak
type=effect,ID=weakness,duration=500,amplifier=3@luck=-1

/Get Slow
type=effect,ID=slowness,duration=500,amplifier=3@luck=-1

/Ball of Mass Destruction
type=entity,ID=fire_charge,amount=5,posOffset=#circleOffset(0,6),posY=#bPosY+1,reinitialize=true,NBTTag=(ExplosionPower=7,direction=[0.0,0.0,0.0],CustomName="$eBalls of Mass Destruction",CustomNameVisible=true)@luck=0

/Jen's Special Hole
group(type=explosion,radius=1,fire=false;type=message,ID=$5Jen's Special Hole)@luck=0

/Fireworks Show!
group(type=entity,ID=FireworksRocketEntity,NBTTag=(LifeTime=20,FireworksItem=(id=fireworks,tag=#randFireworksRocket)),amount=5;type=entity,ID=FireworksRocketEntity,NBTTag=(LifeTime=20,FireworksItem=(id=fireworks,tag=#randFireworksRocket)),amount=10,delay=6;type=entity,ID=FireworksRocketEntity,NBTTag=(LifeTime=20,FireworksItem=(id=fireworks,tag=#randFireworksRocket)),amount=15,delay=14;type=entity,ID=FireworksRocketEntity,NBTTag=(LifeTime=20,FireworksItem=(id=fireworks,tag=#randFireworksRocket)),amount=20,delay=22;type=entity,ID=FireworksRocketEntity,NBTTag=(LifeTime=20,FireworksItem=(id=fireworks,tag=#randFireworksRocket)),amount=20,delay=32;type=message,ID=$5FIREWORKS SHOW;type=time,ID=17000)@luck=1

/Ender Dragon Instakill
group(type=entity,ID=EnderDragon,NBTTag=(HealF=0);type=message,ID=$aThis Lucky Block insta-killed the Ender Dragon!)@luck=2@chance=0.4

/Laaaaaaaaag?
group(type=command,ID=/kill @e[type=!Player];type=massage,ID=$2Lag remoover@luck=0

/LSD 30 sec.
type=command,ID=/summon Item ~ ~ ~ {Item:{id:373,Count:1,Damage:8203,tag:{CustomPotionEffects:[{Id:1,Amplifier:20,Duration:600},{Id:5,Amplifier:100,Duration:600},{Id:6,Amplifier:150,Duration:600},{Id:7,Amplifier:150,Duration:600},{Id:8,Amplifier:20,Duration:600},{Id:9,Amplifier:150,Duration:600},{Id:10,Amplifier:100,Duration:600},{Id:11,Amplifier:100,Duration:600},{Id:12,Amplifier:100,Duration:600},{Id:13,Amplifier:100,Duration:600},{Id:14,Amplifier:1,Duration:600},{Id:16,Amplifier:100,Duration:600},{Id:17,Amplifier:100,Duration:600},{Id:19,Amplifier:1,Duration:600},{Id:21,Amplifier:100,Duration:600},{Id:22,Amplifier:100,Duration:600}],display:{Name:"LSD"}}}}

/LSD more sec.
type=command,ID=/summon Item ~ ~ ~ {Item:{id:373,Count:1,Damage:8203,tag:{CustomPotionEffects:[{Id:1,Amplifier:20,Duration:19980},{Id:5,Amplifier:100,Duration:19980},{Id:6,Amplifier:150,Duration:19980},{Id:7,Amplifier:150,Duration:19980},{Id:8,Amplifier:10,Duration:19980},{Id:9,Amplifier:150,Duration:19980},{Id:10,Amplifier:100,Duration:19980},{Id:11,Amplifier:100,Duration:19980},{Id:12,Amplifier:100,Duration:19980},{Id:13,Amplifier:100,Duration:19980},{Id:14,Amplifier:1,Duration:19980},{Id:16,Amplifier:100,Duration:19980},{Id:17,Amplifier:100,Duration:19980},{Id:19,Amplifier:1,Duration:19980},{Id:21,Amplifier:100,Duration:19980},{Id:22,Amplifier:100,Duration:19980}],display:{Name:"LSD"}}}}
